#F2DF62

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

Shades of Corn #F2DF62

Tints of Corn #F2DF62

Color information

#F2DF62 (or 0xF2DF62) is unknown color: approx Corn. HEX triplet: F2, DF and 62. RGB value is (242,223,98). Sum of RGB (Red+Green+Blue) = 242+223+98=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 98 (38.67% from 255 or 17.41% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF62 is #0D209D. Grayscale: #D6D6D6. Windows color (decimal): -860318 or 6479858. OLE color: 6479858.

HSL color Cylindrical-coordinate representation of color #F2DF62: hue angle of 52.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2DF62 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24222398-
CMYK00.080.600.05
HSL52.08º84.71%66.67%-
HSV(B)52.08º59.5%94.9%-
XYZ65.2172.5322.12-
YUV214.4362.29147.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 98 (38.67% from 255) = 17.41%
R=42.98%
G=39.61%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422239800.080.600.0552.0884.7166.67
HexF2DF62083C5345543
Octal36233714201074564125103
Binary111100101101111111000100100011110010111010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DF62; }

 p { color: rgb(242,223,98); }

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

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

 a { background-color: rgb(242,223,98); }

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

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

 span { border-color: rgb(242,223,98); }

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