Shades of Corn #F8ED64
Tints of Corn #F8ED64
RGB
CMYK
RGB Variations
Color information
#F8ED64 (or 0xF8ED64) is known color: 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
| RGB | 248 | 237 | 100 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.03 |
| HSL | 55.54º | 0.91% | 0.68% | - |
| HSV(B) | 55.54º | 0.6% | 0.97% | - |
| XYZ | 71.3 | 81.44 | 24.02 | - |
| YUV | 224.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 100 | 0 | 0.04 | 0.60 | 0.03 | 55.54 | 0.91 | 0.68 |
| Hex | F8 | ED | 64 | 0 | 4 | 3C | 3 | 38 | 5B | 44 |
| Octal | 370 | 355 | 144 | 0 | 4 | 74 | 3 | 70 | 133 | 104 |
| Binary | 11111000 | 11101101 | 1100100 | 0 | 100 | 111100 | 11 | 111000 | 1011011 | 1000100 |
Color Harmonies of #F8ED64
Complementary color
Monochromatic Colors of #F8ED64
Black with #F8ED64
Text Example
Text Example
White with #F8ED64
Text Example
Text Example
HTML Codes & Css Web 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>