Shades of Grandis #FBC872
Tints of Grandis #FBC872
RGB
CMYK
RGB Variations
Color information
#FBC872 (or 0xFBC872) is known color: Grandis. HEX triplet: FB, C8 and 72. RGB value is (251,200,114). Sum of RGB (Red+Green+Blue) = 251+200+114=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC872 is #04378D. Grayscale: #CDCDCD. Windows color (decimal): -276366 or 7522555. OLE color: 7522555.
HSL color Cylindrical-coordinate representation of color #FBC872: hue angle of 37.66º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBC872 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 114 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.02 |
| HSL | 37.66º | 0.94% | 0.72% | - |
| HSV(B) | 37.66º | 0.55% | 0.98% | - |
| XYZ | 63.48 | 63.03 | 24.74 | - |
| YUV | 205.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 114 | 0 | 0.20 | 0.55 | 0.02 | 37.66 | 0.94 | 0.72 |
| Hex | FB | C8 | 72 | 0 | 14 | 37 | 2 | 26 | 5E | 48 |
| Octal | 373 | 310 | 162 | 0 | 24 | 67 | 2 | 46 | 136 | 110 |
| Binary | 11111011 | 11001000 | 1110010 | 0 | 10100 | 110111 | 10 | 100110 | 1011110 | 1001000 |
Color Harmonies of #FBC872
Complementary color
Monochromatic Colors of #FBC872
Black with #FBC872
Text Example
Text Example
White with #FBC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC872; }
p { color: rgb(251,200,114); }
H1.HeaderClassName
{
color: #FBC872;
}
.AnyTagClassName
{
color: #FBC872;
}
</style>
background-color css
<style>
a { background-color: #FBC872; }
a { background-color: rgb(251,200,114); }
div.DivClassName
{
background-color: #FBC872;
}
.BgClassName
{
background-color: #FBC872;
}
</style>
border-color css
<style>
span { border-color: #FBC872; }
span { border-color: rgb(251,200,114); }
td.TdClassName
{
border-color: #FBC872;
}
.TagClassName
{
border-color: #FBC872;
}
</style>