#F9E475

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

Shades of Sweet Corn #F9E475

Tints of Sweet Corn #F9E475

Color information

#F9E475 (or 0xF9E475) is unknown color: approx Sweet Corn. HEX triplet: F9, E4 and 75. RGB value is (249,228,117). Sum of RGB (Red+Green+Blue) = 249+228+117=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E475 is #061B8A. Grayscale: #DEDEDE. Windows color (decimal): -400267 or 7726329. OLE color: 7726329.

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

Color convert

RGB249228117-
CMYK00.080.530.02
HSL50.45º91.67%71.76%-
HSV(B)50.45º53.01%97.65%-
XYZ70.0276.9127.98-
YUV221.6268.96147.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 117 (46.09% from 255) = 19.70%
R=41.92%
G=38.38%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922811700.080.530.0250.4591.6771.76
HexF9E47508352325c48
Octal37134416501065262134110
Binary11111001111001001110101010001101011011001010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E475; }

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

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

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

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

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

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

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

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