#f2db74

Color #F2DB74 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #F2DB74

Tints of Sweet Corn #F2DB74

Color information

#F2DB74 (or 0xF2DB74) is unknown color: approx Sweet Corn. HEX triplet: F2, DB and 74. RGB value is (242,219,116). Sum of RGB (Red+Green+Blue) = 242+219+116=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB74 is #0D248B. Grayscale: #D6D6D6. Windows color (decimal): -861324 or 7658482. OLE color: 7658482.

HSL color Cylindrical-coordinate representation of color #F2DB74: hue angle of 49.05º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2DB74 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242219116-
CMYK00.100.520.05
HSL49.05º82.89%70.2%-
HSV(B)49.05º52.07%94.9%-
XYZ65.170.826.76-
YUV214.1472.62147.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 116 (45.70% from 255) = 20.10%
R=41.94%
G=37.95%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221911600.100.520.0549.0582.8970.2
HexF2DB740A345315346
Octal36233316401264561123106
Binary111100101101101111101000101011010010111000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2db74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2db74; }

 p { color: rgb(242,219,116); }

 H1.HeaderClassName
 {
   color: #f2db74;
 }
 .AnyTagClassName
 {
   color: #f2db74;
 }
</style>
background-color css

<style>
 a { background-color: #f2db74; }

 a { background-color: rgb(242,219,116); }

 div.DivClassName
 {
   background-color: #f2db74;
 }
 .BgClassName
 {
   background-color: #f2db74;
 }
</style>
border-color css

<style>
 span { border-color: #f2db74; }

 span { border-color: rgb(242,219,116); }

 td.TdClassName
 {
   border-color: #f2db74;
 }
 .TagClassName
 {
   border-color: #f2db74;
 }
</style>