Shades of Corn #FFF857
Tints of Corn #FFF857
RGB
CMYK
RGB Variations
Color information
#FFF857 (or 0xFFF857) is known color: Corn. HEX triplet: FF, F8 and 57. RGB value is (255,248,87). Sum of RGB (Red+Green+Blue) = 255+248+87=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 87 (34.38% from 255 or 14.75% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF857 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF857 is #0007A8. Grayscale: #E8E8E8. Windows color (decimal): -1961 or 5765375. OLE color: 5765375.
HSL color Cylindrical-coordinate representation of color #FFF857: hue angle of 57.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFF857 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 87 | - |
| CMYK | 0 | 0.03 | 0.66 | 0 |
| HSL | 57.5º | 1% | 0.67% | - |
| HSV(B) | 57.5º | 0.66% | 1% | - |
| XYZ | 76.53 | 89.08 | 22.18 | - |
| YUV | 231.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 87 | 0 | 0.03 | 0.66 | 0 | 57.5 | 1 | 0.67 |
| Hex | FF | F8 | 57 | 0 | 3 | 42 | 0 | 3A | 64 | 43 |
| Octal | 377 | 370 | 127 | 0 | 3 | 102 | 0 | 72 | 144 | 103 |
| Binary | 11111111 | 11111000 | 1010111 | 0 | 11 | 1000010 | 0 | 111010 | 1100100 | 1000011 |
Color Harmonies of #FFF857
Complementary color
Monochromatic Colors of #FFF857
Black with #FFF857
Text Example
Text Example
White with #FFF857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF857; }
p { color: rgb(255,248,87); }
H1.HeaderClassName
{
color: #FFF857;
}
.AnyTagClassName
{
color: #FFF857;
}
</style>
background-color css
<style>
a { background-color: #FFF857; }
a { background-color: rgb(255,248,87); }
div.DivClassName
{
background-color: #FFF857;
}
.BgClassName
{
background-color: #FFF857;
}
</style>
border-color css
<style>
span { border-color: #FFF857; }
span { border-color: rgb(255,248,87); }
td.TdClassName
{
border-color: #FFF857;
}
.TagClassName
{
border-color: #FFF857;
}
</style>