#F1E55E

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

Shades of Corn #F1E55E

Tints of Corn #F1E55E

Color information

#F1E55E (or 0xF1E55E) is unknown color: approx Corn. HEX triplet: F1, E5 and 5E. RGB value is (241,229,94). Sum of RGB (Red+Green+Blue) = 241+229+94=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E55E is #0E1AA1. Grayscale: #D9D9D9. Windows color (decimal): -924322 or 6219249. OLE color: 6219249.

HSL color Cylindrical-coordinate representation of color #F1E55E: hue angle of 55.1º degrees, saturation: 0.84, 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 #F1E55E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24122994-
CMYK00.050.610.05
HSL55.1º84%65.69%-
HSV(B)55.1º61%94.51%-
XYZ66.3275.5521.68-
YUV217.258.48144.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 229 (89.84% from 255) = 40.60%
BLUE value IS 94 (37.11% from 255) = 16.67%
R=42.73%
G=40.60%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412299400.050.610.0555.18465.69
HexF1E55E053D5375442
Octal3613451360575567124102
Binary11110001111001011011110010111110110111011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E55E; }

 p { color: rgb(241,229,94); }

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

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

 a { background-color: rgb(241,229,94); }

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

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

 span { border-color: rgb(241,229,94); }

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