Shades of Grandis #FBC566
Tints of Grandis #FBC566
RGB
CMYK
RGB Variations
Color information
#FBC566 (or 0xFBC566) is known color: Grandis. HEX triplet: FB, C5 and 66. RGB value is (251,197,102). Sum of RGB (Red+Green+Blue) = 251+197+102=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC566 is #043A99. Grayscale: #CACACA. Windows color (decimal): -277146 or 6735355. OLE color: 6735355.
HSL color Cylindrical-coordinate representation of color #FBC566: hue angle of 38.26º 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 #FBC566 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 102 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.02 |
| HSL | 38.26º | 0.95% | 0.69% | - |
| HSV(B) | 38.26º | 0.59% | 0.98% | - |
| XYZ | 62.15 | 61.4 | 21.15 | - |
| YUV | 202.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 102 | 0 | 0.22 | 0.59 | 0.02 | 38.26 | 0.95 | 0.69 |
| Hex | FB | C5 | 66 | 0 | 16 | 3B | 2 | 26 | 5F | 45 |
| Octal | 373 | 305 | 146 | 0 | 26 | 73 | 2 | 46 | 137 | 105 |
| Binary | 11111011 | 11000101 | 1100110 | 0 | 10110 | 111011 | 10 | 100110 | 1011111 | 1000101 |
Color Harmonies of #FBC566
Complementary color
Monochromatic Colors of #FBC566
Black with #FBC566
Text Example
Text Example
White with #FBC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC566; }
p { color: rgb(251,197,102); }
H1.HeaderClassName
{
color: #FBC566;
}
.AnyTagClassName
{
color: #FBC566;
}
</style>
background-color css
<style>
a { background-color: #FBC566; }
a { background-color: rgb(251,197,102); }
div.DivClassName
{
background-color: #FBC566;
}
.BgClassName
{
background-color: #FBC566;
}
</style>
border-color css
<style>
span { border-color: #FBC566; }
span { border-color: rgb(251,197,102); }
td.TdClassName
{
border-color: #FBC566;
}
.TagClassName
{
border-color: #FBC566;
}
</style>