#F1E063

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

Shades of Corn #F1E063

Tints of Corn #F1E063

Color information

#F1E063 (or 0xF1E063) is unknown color: approx Corn. HEX triplet: F1, E0 and 63. RGB value is (241,224,99). Sum of RGB (Red+Green+Blue) = 241+224+99=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 99 (39.06% from 255 or 17.55% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E063 is #0E1F9C. Grayscale: #D7D7D7. Windows color (decimal): -925597 or 6545649. OLE color: 6545649.

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

Color convert

RGB24122499-
CMYK00.070.590.05
HSL52.82º83.53%66.67%-
HSV(B)52.82º58.92%94.51%-
XYZ65.1872.9122.44-
YUV214.8362.63146.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 224 (87.89% from 255) = 39.72%
BLUE value IS 99 (39.06% from 255) = 17.55%
R=42.73%
G=39.72%
B=17.55%

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
Decimal2412249900.070.590.0552.8283.5366.67
HexF1E063073B5355443
Octal3613401430773565124103
Binary11110001111000001100011011111101110111010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E063; }

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

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

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

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

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

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

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

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