#F8E95D

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

Shades of Corn #F8E95D

Tints of Corn #F8E95D

Color information

#F8E95D (or 0xF8E95D) is unknown color: approx Corn. HEX triplet: F8, E9 and 5D. RGB value is (248,233,93). Sum of RGB (Red+Green+Blue) = 248+233+93=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E95D is #0716A2. Grayscale: #DEDEDE. Windows color (decimal): -464547 or 6154744. OLE color: 6154744.

HSL color Cylindrical-coordinate representation of color #F8E95D: hue angle of 54.19º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8E95D is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24823393-
CMYK00.060.620.03
HSL54.19º91.72%66.86%-
HSV(B)54.19º62.5%97.25%-
XYZ69.8379.0221.93-
YUV221.5255.47146.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 233 (91.41% from 255) = 40.59%
BLUE value IS 93 (36.72% from 255) = 16.20%
R=43.21%
G=40.59%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482339300.060.620.0354.1991.7266.86
HexF8E95D063E3365c43
Octal3703511350676366134103
Binary1111100011101001101110101101111101111011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E95D; }

 p { color: rgb(248,233,93); }

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

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

 a { background-color: rgb(248,233,93); }

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

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

 span { border-color: rgb(248,233,93); }

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