Shades of Corn #FBF557
Tints of Corn #FBF557
RGB
CMYK
RGB Variations
Color information
#FBF557 (or 0xFBF557) is known color: Corn. HEX triplet: FB, F5 and 57. RGB value is (251,245,87). Sum of RGB (Red+Green+Blue) = 251+245+87=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 87 (34.38% from 255 or 14.92% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF557 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF557 is #040AA8. Grayscale: #E5E5E5. Windows color (decimal): -264873 or 5764603. OLE color: 5764603.
HSL color Cylindrical-coordinate representation of color #FBF557: hue angle of 57.8º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBF557 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 87 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.02 |
| HSL | 57.8º | 0.95% | 0.66% | - |
| HSV(B) | 57.8º | 0.65% | 0.98% | - |
| XYZ | 74.16 | 86.5 | 21.8 | - |
| YUV | 228.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 87 | 0 | 0.02 | 0.65 | 0.02 | 57.8 | 0.95 | 0.66 |
| Hex | FB | F5 | 57 | 0 | 2 | 41 | 2 | 3A | 5F | 42 |
| Octal | 373 | 365 | 127 | 0 | 2 | 101 | 2 | 72 | 137 | 102 |
| Binary | 11111011 | 11110101 | 1010111 | 0 | 10 | 1000001 | 10 | 111010 | 1011111 | 1000010 |
Color Harmonies of #FBF557
Complementary color
Monochromatic Colors of #FBF557
Black with #FBF557
Text Example
Text Example
White with #FBF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF557; }
p { color: rgb(251,245,87); }
H1.HeaderClassName
{
color: #FBF557;
}
.AnyTagClassName
{
color: #FBF557;
}
</style>
background-color css
<style>
a { background-color: #FBF557; }
a { background-color: rgb(251,245,87); }
div.DivClassName
{
background-color: #FBF557;
}
.BgClassName
{
background-color: #FBF557;
}
</style>
border-color css
<style>
span { border-color: #FBF557; }
span { border-color: rgb(251,245,87); }
td.TdClassName
{
border-color: #FBF557;
}
.TagClassName
{
border-color: #FBF557;
}
</style>