Shades of Corn #FBF559
Tints of Corn #FBF559
RGB
CMYK
RGB Variations
Color information
#FBF559 (or 0xFBF559) is known color: Corn. HEX triplet: FB, F5 and 59. RGB value is (251,245,89). Sum of RGB (Red+Green+Blue) = 251+245+89=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 89 (35.16% from 255 or 15.21% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF559 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF559 is #040AA6. Grayscale: #E5E5E5. Windows color (decimal): -264871 or 5895675. OLE color: 5895675.
HSL color Cylindrical-coordinate representation of color #FBF559: hue angle of 57.78º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBF559 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 89 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.02 |
| HSL | 57.78º | 0.95% | 0.67% | - |
| HSV(B) | 57.78º | 0.65% | 0.98% | - |
| XYZ | 74.24 | 86.54 | 22.24 | - |
| YUV | 229.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 89 | 0 | 0.02 | 0.65 | 0.02 | 57.78 | 0.95 | 0.67 |
| Hex | FB | F5 | 59 | 0 | 2 | 41 | 2 | 3A | 5F | 43 |
| Octal | 373 | 365 | 131 | 0 | 2 | 101 | 2 | 72 | 137 | 103 |
| Binary | 11111011 | 11110101 | 1011001 | 0 | 10 | 1000001 | 10 | 111010 | 1011111 | 1000011 |
Color Harmonies of #FBF559
Complementary color
Monochromatic Colors of #FBF559
Black with #FBF559
Text Example
Text Example
White with #FBF559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF559; }
p { color: rgb(251,245,89); }
H1.HeaderClassName
{
color: #FBF559;
}
.AnyTagClassName
{
color: #FBF559;
}
</style>
background-color css
<style>
a { background-color: #FBF559; }
a { background-color: rgb(251,245,89); }
div.DivClassName
{
background-color: #FBF559;
}
.BgClassName
{
background-color: #FBF559;
}
</style>
border-color css
<style>
span { border-color: #FBF559; }
span { border-color: rgb(251,245,89); }
td.TdClassName
{
border-color: #FBF559;
}
.TagClassName
{
border-color: #FBF559;
}
</style>