#F4E464

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

Shades of Corn #F4E464

Tints of Corn #F4E464

Color information

#F4E464 (or 0xF4E464) is unknown color: approx Corn. HEX triplet: F4, E4 and 64. RGB value is (244,228,100). Sum of RGB (Red+Green+Blue) = 244+228+100=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E464 is #0B1B9B. Grayscale: #DADADA. Windows color (decimal): -727964 or 6612212. OLE color: 6612212.

HSL color Cylindrical-coordinate representation of color #F4E464: hue angle of 53.33º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4E464 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB244228100-
CMYK00.070.590.04
HSL53.33º86.75%67.45%-
HSV(B)53.33º59.02%95.69%-
XYZ67.3575.6423.11-
YUV218.1961.3146.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 100 (39.45% from 255) = 17.48%
R=42.66%
G=39.86%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422810000.070.590.0453.3386.7567.45
HexF4E464073B4355743
Octal3643441440773465127103
Binary11110100111001001100100011111101110011010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E464; }

 p { color: rgb(244,228,100); }

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

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

 a { background-color: rgb(244,228,100); }

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

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

 span { border-color: rgb(244,228,100); }

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