Shades of Grandis #FBC971
Tints of Grandis #FBC971
RGB
CMYK
RGB Variations
Color information
#FBC971 (or 0xFBC971) is known color: Grandis. HEX triplet: FB, C9 and 71. RGB value is (251,201,113). Sum of RGB (Red+Green+Blue) = 251+201+113=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC971 is #04368E. Grayscale: #CECECE. Windows color (decimal): -276111 or 7457275. OLE color: 7457275.
HSL color Cylindrical-coordinate representation of color #FBC971: hue angle of 38.26º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBC971 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 113 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.02 |
| HSL | 38.26º | 0.95% | 0.71% | - |
| HSV(B) | 38.26º | 0.55% | 0.98% | - |
| XYZ | 63.65 | 63.47 | 24.52 | - |
| YUV | 205.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 113 | 0 | 0.20 | 0.55 | 0.02 | 38.26 | 0.95 | 0.71 |
| Hex | FB | C9 | 71 | 0 | 14 | 37 | 2 | 26 | 5F | 47 |
| Octal | 373 | 311 | 161 | 0 | 24 | 67 | 2 | 46 | 137 | 107 |
| Binary | 11111011 | 11001001 | 1110001 | 0 | 10100 | 110111 | 10 | 100110 | 1011111 | 1000111 |
Color Harmonies of #FBC971
Complementary color
Monochromatic Colors of #FBC971
Black with #FBC971
Text Example
Text Example
White with #FBC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC971; }
p { color: rgb(251,201,113); }
H1.HeaderClassName
{
color: #FBC971;
}
.AnyTagClassName
{
color: #FBC971;
}
</style>
background-color css
<style>
a { background-color: #FBC971; }
a { background-color: rgb(251,201,113); }
div.DivClassName
{
background-color: #FBC971;
}
.BgClassName
{
background-color: #FBC971;
}
</style>
border-color css
<style>
span { border-color: #FBC971; }
span { border-color: rgb(251,201,113); }
td.TdClassName
{
border-color: #FBC971;
}
.TagClassName
{
border-color: #FBC971;
}
</style>