Shades of Grandis #FBC967
Tints of Grandis #FBC967
RGB
CMYK
RGB Variations
Color information
#FBC967 (or 0xFBC967) is known color: Grandis. HEX triplet: FB, C9 and 67. RGB value is (251,201,103). Sum of RGB (Red+Green+Blue) = 251+201+103=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC967 is #043698. Grayscale: #CDCDCD. Windows color (decimal): -276121 or 6801915. OLE color: 6801915.
HSL color Cylindrical-coordinate representation of color #FBC967: hue angle of 39.73º 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 #FBC967 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 103 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.02 |
| HSL | 39.73º | 0.95% | 0.69% | - |
| HSV(B) | 39.73º | 0.59% | 0.98% | - |
| XYZ | 63.12 | 63.26 | 21.72 | - |
| YUV | 204.78 | 70.57 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 103 | 0 | 0.20 | 0.59 | 0.02 | 39.73 | 0.95 | 0.69 |
| Hex | FB | C9 | 67 | 0 | 14 | 3B | 2 | 28 | 5F | 45 |
| Octal | 373 | 311 | 147 | 0 | 24 | 73 | 2 | 50 | 137 | 105 |
| Binary | 11111011 | 11001001 | 1100111 | 0 | 10100 | 111011 | 10 | 101000 | 1011111 | 1000101 |
Color Harmonies of #FBC967
Complementary color
Monochromatic Colors of #FBC967
Black with #FBC967
Text Example
Text Example
White with #FBC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC967; }
p { color: rgb(251,201,103); }
H1.HeaderClassName
{
color: #FBC967;
}
.AnyTagClassName
{
color: #FBC967;
}
</style>
background-color css
<style>
a { background-color: #FBC967; }
a { background-color: rgb(251,201,103); }
div.DivClassName
{
background-color: #FBC967;
}
.BgClassName
{
background-color: #FBC967;
}
</style>
border-color css
<style>
span { border-color: #FBC967; }
span { border-color: rgb(251,201,103); }
td.TdClassName
{
border-color: #FBC967;
}
.TagClassName
{
border-color: #FBC967;
}
</style>