#F8ED5C

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

Shades of Corn #F8ED5C

Tints of Corn #F8ED5C

Color information

#F8ED5C (or 0xF8ED5C) is unknown color: approx Corn. HEX triplet: F8, ED and 5C. RGB value is (248,237,92). Sum of RGB (Red+Green+Blue) = 248+237+92=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 92 (36.33% from 255 or 15.94% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED5C is #0712A3. Grayscale: #E0E0E0. Windows color (decimal): -463524 or 6090232. OLE color: 6090232.

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

Color convert

RGB24823792-
CMYK00.040.630.03
HSL55.77º91.76%66.67%-
HSV(B)55.77º62.9%97.25%-
XYZ70.9381.322.08-
YUV223.7653.64145.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 92 (36.33% from 255) = 15.94%
R=42.98%
G=41.07%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482379200.040.630.0355.7791.7666.67
HexF8ED5C043F3385c43
Octal3703551340477370134103
Binary1111100011101101101110001001111111111100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ED5C; }

 p { color: rgb(248,237,92); }

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

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

 a { background-color: rgb(248,237,92); }

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

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

 span { border-color: rgb(248,237,92); }

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