#F1E15D

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

Shades of Corn #F1E15D

Tints of Corn #F1E15D

Color information

#F1E15D (or 0xF1E15D) is unknown color: approx Corn. HEX triplet: F1, E1 and 5D. RGB value is (241,225,93). Sum of RGB (Red+Green+Blue) = 241+225+93=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E15D is #0E1EA2. Grayscale: #D7D7D7. Windows color (decimal): -925347 or 6152689. OLE color: 6152689.

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

Color convert

RGB24122593-
CMYK00.070.610.05
HSL53.51º84.09%65.49%-
HSV(B)53.51º61.41%94.51%-
XYZ65.1873.3421.08-
YUV214.7459.3146.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 93 (36.72% from 255) = 16.64%
R=43.11%
G=40.25%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412259300.070.610.0553.5184.0965.49
HexF1E15D073D5365441
Octal3613411350775566124101
Binary11110001111000011011101011111110110111011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E15D; }

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

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

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

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

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

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

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

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