#F1E060

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

Shades of Corn #F1E060

Tints of Corn #F1E060

Color information

#F1E060 (or 0xF1E060) is unknown color: approx Corn. HEX triplet: F1, E0 and 60. RGB value is (241,224,96). Sum of RGB (Red+Green+Blue) = 241+224+96=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E060 is #0E1F9F. Grayscale: #D7D7D7. Windows color (decimal): -925600 or 6349041. OLE color: 6349041.

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

Color convert

RGB24122496-
CMYK00.070.600.05
HSL52.97º83.82%66.08%-
HSV(B)52.97º60.17%94.51%-
XYZ65.0472.8621.7-
YUV214.4961.13146.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 96 (37.89% from 255) = 17.11%
R=42.96%
G=39.93%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412249600.070.600.0552.9783.8266.08
HexF1E060073C5355442
Octal3613401400774565124102
Binary11110001111000001100000011111110010111010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E060; }

 p { color: rgb(241,224,96); }

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

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

 a { background-color: rgb(241,224,96); }

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

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

 span { border-color: rgb(241,224,96); }

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