#F8E172

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

Shades of Sweet Corn #F8E172

Tints of Sweet Corn #F8E172

Color information

#F8E172 (or 0xF8E172) is unknown color: approx Sweet Corn. HEX triplet: F8, E1 and 72. RGB value is (248,225,114). Sum of RGB (Red+Green+Blue) = 248+225+114=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E172 is #071E8D. Grayscale: #DBDBDB. Windows color (decimal): -466574 or 7528952. OLE color: 7528952.

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

Color convert

RGB248225114-
CMYK00.090.540.03
HSL49.7º90.54%70.98%-
HSV(B)49.7º54.03%97.25%-
XYZ68.6775.0226.78-
YUV219.2268.62148.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 114 (44.92% from 255) = 19.42%
R=42.25%
G=38.33%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822511400.090.540.0349.790.5470.98
HexF8E17209363325b47
Octal37034116201166362133107
Binary11111000111000011110010010011101101111001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E172; }

 p { color: rgb(248,225,114); }

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

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

 a { background-color: rgb(248,225,114); }

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

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

 span { border-color: rgb(248,225,114); }

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