#F4E075

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

Shades of Sweet Corn #F4E075

Tints of Sweet Corn #F4E075

Color information

#F4E075 (or 0xF4E075) is unknown color: approx Sweet Corn. HEX triplet: F4, E0 and 75. RGB value is (244,224,117). Sum of RGB (Red+Green+Blue) = 244+224+117=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E075 is #0B1F8A. Grayscale: #DADADA. Windows color (decimal): -728971 or 7725300. OLE color: 7725300.

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

Color convert

RGB244224117-
CMYK00.080.520.04
HSL50.55º85.23%70.78%-
HSV(B)50.55º52.05%95.69%-
XYZ67.1773.8327.54-
YUV217.7871.13146.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 117 (46.09% from 255) = 20%
R=41.71%
G=38.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422411700.080.520.0450.5585.2370.78
HexF4E07508344335547
Octal36434016501064463125107
Binary111101001110000011101010100011010010011001110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E075; }

 p { color: rgb(244,224,117); }

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

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

 a { background-color: rgb(244,224,117); }

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

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

 span { border-color: rgb(244,224,117); }

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