#F8E474

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

Shades of Sweet Corn #F8E474

Tints of Sweet Corn #F8E474

Color information

#F8E474 (or 0xF8E474) is unknown color: approx Sweet Corn. HEX triplet: F8, E4 and 74. RGB value is (248,228,116). Sum of RGB (Red+Green+Blue) = 248+228+116=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E474 is #071B8B. Grayscale: #DDDDDD. Windows color (decimal): -465804 or 7660792. OLE color: 7660792.

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

Color convert

RGB248228116-
CMYK00.080.530.03
HSL50.91º90.41%71.37%-
HSV(B)50.91º53.23%97.25%-
XYZ69.6176.727.66-
YUV221.2168.63147.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.89%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 116 (45.70% from 255) = 19.59%
R=41.89%
G=38.51%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822811600.080.530.0350.9190.4171.37
HexF8E47408353335a47
Octal37034416401065363132107
Binary11111000111001001110100010001101011111001110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E474; }

 p { color: rgb(248,228,116); }

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

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

 a { background-color: rgb(248,228,116); }

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

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

 span { border-color: rgb(248,228,116); }

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