#F8E580

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

Shades of Sweet Corn #F8E580

Tints of Sweet Corn #F8E580

Color information

#F8E580 (or 0xF8E580) is unknown color: approx Sweet Corn. HEX triplet: F8, E5 and 80. RGB value is (248,229,128). Sum of RGB (Red+Green+Blue) = 248+229+128=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E580 is #071A7F. Grayscale: #DFDFDF. Windows color (decimal): -465536 or 8447480. OLE color: 8447480.

HSL color Cylindrical-coordinate representation of color #F8E580: hue angle of 50.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8E580 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248229128-
CMYK00.080.480.03
HSL50.5º89.55%73.73%-
HSV(B)50.5º48.39%97.25%-
XYZ70.6377.5531.67-
YUV223.1774.29145.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 128 (50.39% from 255) = 21.16%
R=40.99%
G=37.85%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822912800.080.480.0350.589.5573.73
HexF8E58008303325a4a
Octal37034520001060362132112
Binary111110001110010110000000010001100001111001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E580; }

 p { color: rgb(248,229,128); }

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

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

 a { background-color: rgb(248,229,128); }

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

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

 span { border-color: rgb(248,229,128); }

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