Shades of Grandis #FBC965
Tints of Grandis #FBC965
RGB
CMYK
RGB Variations
Color information
#FBC965 (or 0xFBC965) is known color: Grandis. HEX triplet: FB, C9 and 65. RGB value is (251,201,101). Sum of RGB (Red+Green+Blue) = 251+201+101=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC965 is #04369A. Grayscale: #CDCDCD. Windows color (decimal): -276123 or 6670843. OLE color: 6670843.
HSL color Cylindrical-coordinate representation of color #FBC965: hue angle of 40º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBC965 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 101 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.02 |
| HSL | 40º | 0.95% | 0.69% | - |
| HSV(B) | 40º | 0.6% | 0.98% | - |
| XYZ | 63.02 | 63.22 | 21.19 | - |
| YUV | 204.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 101 | 0 | 0.20 | 0.60 | 0.02 | 40 | 0.95 | 0.69 |
| Hex | FB | C9 | 65 | 0 | 14 | 3C | 2 | 28 | 5F | 45 |
| Octal | 373 | 311 | 145 | 0 | 24 | 74 | 2 | 50 | 137 | 105 |
| Binary | 11111011 | 11001001 | 1100101 | 0 | 10100 | 111100 | 10 | 101000 | 1011111 | 1000101 |
Color Harmonies of #FBC965
Complementary color
Monochromatic Colors of #FBC965
Black with #FBC965
Text Example
Text Example
White with #FBC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC965; }
p { color: rgb(251,201,101); }
H1.HeaderClassName
{
color: #FBC965;
}
.AnyTagClassName
{
color: #FBC965;
}
</style>
background-color css
<style>
a { background-color: #FBC965; }
a { background-color: rgb(251,201,101); }
div.DivClassName
{
background-color: #FBC965;
}
.BgClassName
{
background-color: #FBC965;
}
</style>
border-color css
<style>
span { border-color: #FBC965; }
span { border-color: rgb(251,201,101); }
td.TdClassName
{
border-color: #FBC965;
}
.TagClassName
{
border-color: #FBC965;
}
</style>