#F2E05F

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

Shades of Corn #F2E05F

Tints of Corn #F2E05F

Color information

#F2E05F (or 0xF2E05F) is unknown color: approx Corn. HEX triplet: F2, E0 and 5F. RGB value is (242,224,95). Sum of RGB (Red+Green+Blue) = 242+224+95=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E05F is #0D1FA0. Grayscale: #D7D7D7. Windows color (decimal): -860065 or 6283506. OLE color: 6283506.

HSL color Cylindrical-coordinate representation of color #F2E05F: hue angle of 52.65º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2E05F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24222495-
CMYK00.070.610.05
HSL52.65º84.97%66.08%-
HSV(B)52.65º60.74%94.9%-
XYZ65.3473.0121.48-
YUV214.6860.46147.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 95 (37.5% from 255) = 16.93%
R=43.14%
G=39.93%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422249500.070.610.0552.6584.9766.08
HexF2E05F073D5355542
Octal3623401370775565125102
Binary11110010111000001011111011111110110111010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E05F; }

 p { color: rgb(242,224,95); }

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

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

 a { background-color: rgb(242,224,95); }

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

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

 span { border-color: rgb(242,224,95); }

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