Shades of Corn #FBF756
Tints of Corn #FBF756
RGB
CMYK
RGB Variations
Color information
#FBF756 (or 0xFBF756) is known color: Corn. HEX triplet: FB, F7 and 56. RGB value is (251,247,86). Sum of RGB (Red+Green+Blue) = 251+247+86=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 86 (33.98% from 255 or 14.73% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF756 is #0408A9. Grayscale: #E6E6E6. Windows color (decimal): -264362 or 5699579. OLE color: 5699579.
HSL color Cylindrical-coordinate representation of color #FBF756: hue angle of 58.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBF756 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 86 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.02 |
| HSL | 58.55º | 0.95% | 0.66% | - |
| HSV(B) | 58.55º | 0.66% | 0.98% | - |
| XYZ | 74.72 | 87.7 | 21.79 | - |
| YUV | 229.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 86 | 0 | 0.02 | 0.66 | 0.02 | 58.55 | 0.95 | 0.66 |
| Hex | FB | F7 | 56 | 0 | 2 | 42 | 2 | 3B | 5F | 42 |
| Octal | 373 | 367 | 126 | 0 | 2 | 102 | 2 | 73 | 137 | 102 |
| Binary | 11111011 | 11110111 | 1010110 | 0 | 10 | 1000010 | 10 | 111011 | 1011111 | 1000010 |
Color Harmonies of #FBF756
Complementary color
Monochromatic Colors of #FBF756
Black with #FBF756
Text Example
Text Example
White with #FBF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF756; }
p { color: rgb(251,247,86); }
H1.HeaderClassName
{
color: #FBF756;
}
.AnyTagClassName
{
color: #FBF756;
}
</style>
background-color css
<style>
a { background-color: #FBF756; }
a { background-color: rgb(251,247,86); }
div.DivClassName
{
background-color: #FBF756;
}
.BgClassName
{
background-color: #FBF756;
}
</style>
border-color css
<style>
span { border-color: #FBF756; }
span { border-color: rgb(251,247,86); }
td.TdClassName
{
border-color: #FBF756;
}
.TagClassName
{
border-color: #FBF756;
}
</style>