#F4E15A

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

Shades of Corn #F4E15A

Tints of Corn #F4E15A

Color information

#F4E15A (or 0xF4E15A) is unknown color: approx Corn. HEX triplet: F4, E1 and 5A. RGB value is (244,225,90). Sum of RGB (Red+Green+Blue) = 244+225+90=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E15A is #0B1EA5. Grayscale: #D7D7D7. Windows color (decimal): -728742 or 5956084. OLE color: 5956084.

HSL color Cylindrical-coordinate representation of color #F4E15A: hue angle of 52.6º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4E15A is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24422590-
CMYK00.080.630.04
HSL52.6º87.5%65.49%-
HSV(B)52.6º63.11%95.69%-
XYZ66.0873.8220.44-
YUV215.2957.29148.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.65%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 90 (35.55% from 255) = 16.10%
R=43.65%
G=40.25%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442259000.080.630.0452.687.565.49
HexF4E15A083F4355841
Octal36434113201077465130101
Binary111101001110000110110100100011111110011010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E15A; }

 p { color: rgb(244,225,90); }

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

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

 a { background-color: rgb(244,225,90); }

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

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

 span { border-color: rgb(244,225,90); }

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