Shades of Grandis #FBC867
Tints of Grandis #FBC867
RGB
CMYK
RGB Variations
Color information
#FBC867 (or 0xFBC867) is known color: Grandis. HEX triplet: FB, C8 and 67. RGB value is (251,200,103). Sum of RGB (Red+Green+Blue) = 251+200+103=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC867 is #043798. Grayscale: #CCCCCC. Windows color (decimal): -276377 or 6801659. OLE color: 6801659.
HSL color Cylindrical-coordinate representation of color #FBC867: hue angle of 39.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBC867 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 103 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.02 |
| HSL | 39.32º | 0.95% | 0.69% | - |
| HSV(B) | 39.32º | 0.59% | 0.98% | - |
| XYZ | 62.89 | 62.8 | 21.64 | - |
| YUV | 204.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 103 | 0 | 0.20 | 0.59 | 0.02 | 39.32 | 0.95 | 0.69 |
| Hex | FB | C8 | 67 | 0 | 14 | 3B | 2 | 27 | 5F | 45 |
| Octal | 373 | 310 | 147 | 0 | 24 | 73 | 2 | 47 | 137 | 105 |
| Binary | 11111011 | 11001000 | 1100111 | 0 | 10100 | 111011 | 10 | 100111 | 1011111 | 1000101 |
Color Harmonies of #FBC867
Complementary color
Monochromatic Colors of #FBC867
Black with #FBC867
Text Example
Text Example
White with #FBC867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC867; }
p { color: rgb(251,200,103); }
H1.HeaderClassName
{
color: #FBC867;
}
.AnyTagClassName
{
color: #FBC867;
}
</style>
background-color css
<style>
a { background-color: #FBC867; }
a { background-color: rgb(251,200,103); }
div.DivClassName
{
background-color: #FBC867;
}
.BgClassName
{
background-color: #FBC867;
}
</style>
border-color css
<style>
span { border-color: #FBC867; }
span { border-color: rgb(251,200,103); }
td.TdClassName
{
border-color: #FBC867;
}
.TagClassName
{
border-color: #FBC867;
}
</style>