#F9E470

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

Shades of Sweet Corn #F9E470

Tints of Sweet Corn #F9E470

Color information

#F9E470 (or 0xF9E470) is unknown color: approx Sweet Corn. HEX triplet: F9, E4 and 70. RGB value is (249,228,112). Sum of RGB (Red+Green+Blue) = 249+228+112=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E470 is #061B8F. Grayscale: #DDDDDD. Windows color (decimal): -400272 or 7398649. OLE color: 7398649.

HSL color Cylindrical-coordinate representation of color #F9E470: hue angle of 50.8º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9E470 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249228112-
CMYK00.080.550.02
HSL50.8º91.95%70.78%-
HSV(B)50.8º55.02%97.65%-
XYZ69.7376.826.48-
YUV221.0566.46147.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 112 (44.14% from 255) = 19.02%
R=42.28%
G=38.71%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922811200.080.550.0250.891.9570.78
HexF9E47008372335c47
Octal37134416001067263134107
Binary11111001111001001110000010001101111011001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E470; }

 p { color: rgb(249,228,112); }

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

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

 a { background-color: rgb(249,228,112); }

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

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

 span { border-color: rgb(249,228,112); }

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