Shades of Corn #FFF059
Tints of Corn #FFF059
RGB
CMYK
RGB Variations
Color information
#FFF059 (or 0xFFF059) is known color: Corn. HEX triplet: FF, F0 and 59. RGB value is (255,240,89). Sum of RGB (Red+Green+Blue) = 255+240+89=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 89 (35.16% from 255 or 15.24% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF059 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF059 is #000FA6. Grayscale: #E3E3E3. Windows color (decimal): -4007 or 5894399. OLE color: 5894399.
HSL color Cylindrical-coordinate representation of color #FFF059: hue angle of 54.58º 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 #FFF059 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 89 | - |
| CMYK | 0 | 0.06 | 0.65 | 0 |
| HSL | 54.58º | 1% | 0.67% | - |
| HSV(B) | 54.58º | 0.65% | 1% | - |
| XYZ | 74.2 | 84.3 | 21.81 | - |
| YUV | 227.27 | 49.97 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 89 | 0 | 0.06 | 0.65 | 0 | 54.58 | 1 | 0.67 |
| Hex | FF | F0 | 59 | 0 | 6 | 41 | 0 | 37 | 64 | 43 |
| Octal | 377 | 360 | 131 | 0 | 6 | 101 | 0 | 67 | 144 | 103 |
| Binary | 11111111 | 11110000 | 1011001 | 0 | 110 | 1000001 | 0 | 110111 | 1100100 | 1000011 |
Color Harmonies of #FFF059
Complementary color
Monochromatic Colors of #FFF059
Black with #FFF059
Text Example
Text Example
White with #FFF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF059; }
p { color: rgb(255,240,89); }
H1.HeaderClassName
{
color: #FFF059;
}
.AnyTagClassName
{
color: #FFF059;
}
</style>
background-color css
<style>
a { background-color: #FFF059; }
a { background-color: rgb(255,240,89); }
div.DivClassName
{
background-color: #FFF059;
}
.BgClassName
{
background-color: #FFF059;
}
</style>
border-color css
<style>
span { border-color: #FFF059; }
span { border-color: rgb(255,240,89); }
td.TdClassName
{
border-color: #FFF059;
}
.TagClassName
{
border-color: #FFF059;
}
</style>