#F8E165

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

Shades of Corn #F8E165

Tints of Corn #F8E165

Color information

#F8E165 (or 0xF8E165) is unknown color: approx Corn. HEX triplet: F8, E1 and 65. RGB value is (248,225,101). Sum of RGB (Red+Green+Blue) = 248+225+101=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E165 is #071E9A. Grayscale: #DADADA. Windows color (decimal): -466587 or 6676984. OLE color: 6676984.

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

Color convert

RGB248225101-
CMYK00.090.590.03
HSL50.61º91.3%68.43%-
HSV(B)50.61º59.27%97.25%-
XYZ67.9974.7523.16-
YUV217.7462.12149.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 101 (39.84% from 255) = 17.60%
R=43.21%
G=39.20%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822510100.090.590.0350.6191.368.43
HexF8E165093B3335b44
Octal37034114501173363133104
Binary11111000111000011100101010011110111111001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E165; }

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

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

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

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

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

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

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

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