#F2E15F

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

Shades of Corn #F2E15F

Tints of Corn #F2E15F

Color information

#F2E15F (or 0xF2E15F) is unknown color: approx Corn. HEX triplet: F2, E1 and 5F. RGB value is (242,225,95). Sum of RGB (Red+Green+Blue) = 242+225+95=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E15F is #0D1EA0. Grayscale: #D7D7D7. Windows color (decimal): -859809 or 6283762. OLE color: 6283762.

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

Color convert

RGB24222595-
CMYK00.070.610.05
HSL53.06º84.97%66.08%-
HSV(B)53.06º60.74%94.9%-
XYZ65.6173.5521.57-
YUV215.2660.13147.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 95 (37.5% from 255) = 16.90%
R=43.06%
G=40.04%
B=16.90%

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
Decimal2422259500.070.610.0553.0684.9766.08
HexF2E15F073D5355542
Octal3623411370775565125102
Binary11110010111000011011111011111110110111010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E15F; }

 p { color: rgb(242,225,95); }

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

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

 a { background-color: rgb(242,225,95); }

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

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

 span { border-color: rgb(242,225,95); }

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