Shades of Corn #FFF858
Tints of Corn #FFF858
RGB
CMYK
RGB Variations
Color information
#FFF858 (or 0xFFF858) is known color: Corn. HEX triplet: FF, F8 and 58. RGB value is (255,248,88). Sum of RGB (Red+Green+Blue) = 255+248+88=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 88 (34.77% from 255 or 14.89% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF858 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF858 is #0007A7. Grayscale: #E8E8E8. Windows color (decimal): -1960 or 5830911. OLE color: 5830911.
HSL color Cylindrical-coordinate representation of color #FFF858: hue angle of 57.49º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFF858 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 88 | - |
| CMYK | 0 | 0.03 | 0.65 | 0 |
| HSL | 57.49º | 1% | 0.67% | - |
| HSV(B) | 57.49º | 0.65% | 1% | - |
| XYZ | 76.57 | 89.1 | 22.39 | - |
| YUV | 231.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 88 | 0 | 0.03 | 0.65 | 0 | 57.49 | 1 | 0.67 |
| Hex | FF | F8 | 58 | 0 | 3 | 41 | 0 | 39 | 64 | 43 |
| Octal | 377 | 370 | 130 | 0 | 3 | 101 | 0 | 71 | 144 | 103 |
| Binary | 11111111 | 11111000 | 1011000 | 0 | 11 | 1000001 | 0 | 111001 | 1100100 | 1000011 |
Color Harmonies of #FFF858
Complementary color
Monochromatic Colors of #FFF858
Black with #FFF858
Text Example
Text Example
White with #FFF858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF858; }
p { color: rgb(255,248,88); }
H1.HeaderClassName
{
color: #FFF858;
}
.AnyTagClassName
{
color: #FFF858;
}
</style>
background-color css
<style>
a { background-color: #FFF858; }
a { background-color: rgb(255,248,88); }
div.DivClassName
{
background-color: #FFF858;
}
.BgClassName
{
background-color: #FFF858;
}
</style>
border-color css
<style>
span { border-color: #FFF858; }
span { border-color: rgb(255,248,88); }
td.TdClassName
{
border-color: #FFF858;
}
.TagClassName
{
border-color: #FFF858;
}
</style>