Shades of Grandis #FBC873
Tints of Grandis #FBC873
RGB
CMYK
RGB Variations
Color information
#FBC873 (or 0xFBC873) is known color: Grandis. HEX triplet: FB, C8 and 73. RGB value is (251,200,115). Sum of RGB (Red+Green+Blue) = 251+200+115=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC873 is #04378C. Grayscale: #CDCDCD. Windows color (decimal): -276365 or 7588091. OLE color: 7588091.
HSL color Cylindrical-coordinate representation of color #FBC873: hue angle of 37.5º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBC873 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 115 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.02 |
| HSL | 37.5º | 0.94% | 0.72% | - |
| HSV(B) | 37.5º | 0.54% | 0.98% | - |
| XYZ | 63.53 | 63.06 | 25.04 | - |
| YUV | 205.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 115 | 0 | 0.20 | 0.54 | 0.02 | 37.5 | 0.94 | 0.72 |
| Hex | FB | C8 | 73 | 0 | 14 | 36 | 2 | 26 | 5E | 48 |
| Octal | 373 | 310 | 163 | 0 | 24 | 66 | 2 | 46 | 136 | 110 |
| Binary | 11111011 | 11001000 | 1110011 | 0 | 10100 | 110110 | 10 | 100110 | 1011110 | 1001000 |
Color Harmonies of #FBC873
Complementary color
Monochromatic Colors of #FBC873
Black with #FBC873
Text Example
Text Example
White with #FBC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC873; }
p { color: rgb(251,200,115); }
H1.HeaderClassName
{
color: #FBC873;
}
.AnyTagClassName
{
color: #FBC873;
}
</style>
background-color css
<style>
a { background-color: #FBC873; }
a { background-color: rgb(251,200,115); }
div.DivClassName
{
background-color: #FBC873;
}
.BgClassName
{
background-color: #FBC873;
}
</style>
border-color css
<style>
span { border-color: #FBC873; }
span { border-color: rgb(251,200,115); }
td.TdClassName
{
border-color: #FBC873;
}
.TagClassName
{
border-color: #FBC873;
}
</style>