#F8ED64

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

Shades of Corn #F8ED64

Tints of Corn #F8ED64

Color information

#F8ED64 (or 0xF8ED64) is unknown color: approx Corn. HEX triplet: F8, ED and 64. RGB value is (248,237,100). Sum of RGB (Red+Green+Blue) = 248+237+100=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 100 (39.45% from 255 or 17.09% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED64 is #07129B. Grayscale: #E1E1E1. Windows color (decimal): -463516 or 6614520. OLE color: 6614520.

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

Color convert

RGB248237100-
CMYK00.040.600.03
HSL55.54º91.36%68.24%-
HSV(B)55.54º59.68%97.25%-
XYZ71.381.4424.02-
YUV224.6757.64144.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 100 (39.45% from 255) = 17.09%
R=42.39%
G=40.51%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823710000.040.600.0355.5491.3668.24
HexF8ED64043C3385b44
Octal3703551440474370133104
Binary1111100011101101110010001001111001111100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ED64; }

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

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

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

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

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

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

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

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