#F2EA62

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

Shades of Corn #F2EA62

Tints of Corn #F2EA62

Color information

#F2EA62 (or 0xF2EA62) is unknown color: approx Corn. HEX triplet: F2, EA and 62. RGB value is (242,234,98). Sum of RGB (Red+Green+Blue) = 242+234+98=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 98 (38.67% from 255 or 17.07% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EA62 is #0D159D. Grayscale: #DDDDDD. Windows color (decimal): -857502 or 6482674. OLE color: 6482674.

HSL color Cylindrical-coordinate representation of color #F2EA62: hue angle of 56.67º 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 #F2EA62 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24223498-
CMYK00.030.600.05
HSL56.67º84.71%66.67%-
HSV(B)56.67º59.5%94.9%-
XYZ68.2578.623.13-
YUV220.8958.65143.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 234 (91.80% from 255) = 40.77%
BLUE value IS 98 (38.67% from 255) = 17.07%
R=42.16%
G=40.77%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422349800.030.600.0556.6784.7166.67
HexF2EA62033C5395543
Octal3623521420374571125103
Binary1111001011101010110001001111110010111100110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA62; }

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

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

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

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

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

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

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

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