Shades of Corn #FFF559
Tints of Corn #FFF559
RGB
CMYK
RGB Variations
Color information
#FFF559 (or 0xFFF559) is known color: Corn. HEX triplet: FF, F5 and 59. RGB value is (255,245,89). Sum of RGB (Red+Green+Blue) = 255+245+89=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 89 (35.16% from 255 or 15.11% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF559 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF559 is #000AA6. Grayscale: #E6E6E6. Windows color (decimal): -2727 or 5895679. OLE color: 5895679.
HSL color Cylindrical-coordinate representation of color #FFF559: hue angle of 56.39º 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 #FFF559 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 89 | - |
| CMYK | 0 | 0.04 | 0.65 | 0 |
| HSL | 56.39º | 1% | 0.67% | - |
| HSV(B) | 56.39º | 0.65% | 1% | - |
| XYZ | 75.7 | 87.29 | 22.31 | - |
| YUV | 230.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 89 | 0 | 0.04 | 0.65 | 0 | 56.39 | 1 | 0.67 |
| Hex | FF | F5 | 59 | 0 | 4 | 41 | 0 | 38 | 64 | 43 |
| Octal | 377 | 365 | 131 | 0 | 4 | 101 | 0 | 70 | 144 | 103 |
| Binary | 11111111 | 11110101 | 1011001 | 0 | 100 | 1000001 | 0 | 111000 | 1100100 | 1000011 |
Color Harmonies of #FFF559
Complementary color
Monochromatic Colors of #FFF559
Black with #FFF559
Text Example
Text Example
White with #FFF559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF559; }
p { color: rgb(255,245,89); }
H1.HeaderClassName
{
color: #FFF559;
}
.AnyTagClassName
{
color: #FFF559;
}
</style>
background-color css
<style>
a { background-color: #FFF559; }
a { background-color: rgb(255,245,89); }
div.DivClassName
{
background-color: #FFF559;
}
.BgClassName
{
background-color: #FFF559;
}
</style>
border-color css
<style>
span { border-color: #FFF559; }
span { border-color: rgb(255,245,89); }
td.TdClassName
{
border-color: #FFF559;
}
.TagClassName
{
border-color: #FFF559;
}
</style>