#F1E162

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

Shades of Corn #F1E162

Tints of Corn #F1E162

Color information

#F1E162 (or 0xF1E162) is unknown color: approx Corn. HEX triplet: F1, E1 and 62. RGB value is (241,225,98). Sum of RGB (Red+Green+Blue) = 241+225+98=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E162 is #0E1E9D. Grayscale: #D7D7D7. Windows color (decimal): -925342 or 6480369. OLE color: 6480369.

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

Color convert

RGB24122598-
CMYK00.070.590.05
HSL53.29º83.63%66.47%-
HSV(B)53.29º59.34%94.51%-
XYZ65.4173.4322.28-
YUV215.3161.8146.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 98 (38.67% from 255) = 17.38%
R=42.73%
G=39.89%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412259800.070.590.0553.2983.6366.47
HexF1E162073B5355442
Octal3613411420773565124102
Binary11110001111000011100010011111101110111010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E162; }

 p { color: rgb(241,225,98); }

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

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

 a { background-color: rgb(241,225,98); }

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

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

 span { border-color: rgb(241,225,98); }

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