#F1E55D

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

Shades of Corn #F1E55D

Tints of Corn #F1E55D

Color information

#F1E55D (or 0xF1E55D) is unknown color: approx Corn. HEX triplet: F1, E5 and 5D. RGB value is (241,229,93). Sum of RGB (Red+Green+Blue) = 241+229+93=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E55D is #0E1AA2. Grayscale: #D9D9D9. Windows color (decimal): -924323 or 6153713. OLE color: 6153713.

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

Color convert

RGB24122993-
CMYK00.050.610.05
HSL55.14º84.09%65.49%-
HSV(B)55.14º61.41%94.51%-
XYZ66.2775.5321.44-
YUV217.0857.98145.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 93 (36.72% from 255) = 16.52%
R=42.81%
G=40.67%
B=16.52%

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
Decimal2412299300.050.610.0555.1484.0965.49
HexF1E55D053D5375441
Octal3613451350575567124101
Binary11110001111001011011101010111110110111011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E55D; }

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

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

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

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

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

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

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

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