Shades of Grandis #FBC565
Tints of Grandis #FBC565
RGB
CMYK
RGB Variations
Color information
#FBC565 (or 0xFBC565) is known color: Grandis. HEX triplet: FB, C5 and 65. RGB value is (251,197,101). Sum of RGB (Red+Green+Blue) = 251+197+101=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC565 is #043A9A. Grayscale: #CACACA. Windows color (decimal): -277147 or 6669819. OLE color: 6669819.
HSL color Cylindrical-coordinate representation of color #FBC565: hue angle of 38.4º 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 #FBC565 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.02 |
| HSL | 38.4º | 0.95% | 0.69% | - |
| HSV(B) | 38.4º | 0.6% | 0.98% | - |
| XYZ | 62.1 | 61.38 | 20.89 | - |
| YUV | 202.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 101 | 0 | 0.22 | 0.60 | 0.02 | 38.4 | 0.95 | 0.69 |
| Hex | FB | C5 | 65 | 0 | 16 | 3C | 2 | 26 | 5F | 45 |
| Octal | 373 | 305 | 145 | 0 | 26 | 74 | 2 | 46 | 137 | 105 |
| Binary | 11111011 | 11000101 | 1100101 | 0 | 10110 | 111100 | 10 | 100110 | 1011111 | 1000101 |
Color Harmonies of #FBC565
Complementary color
Monochromatic Colors of #FBC565
Black with #FBC565
Text Example
Text Example
White with #FBC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC565; }
p { color: rgb(251,197,101); }
H1.HeaderClassName
{
color: #FBC565;
}
.AnyTagClassName
{
color: #FBC565;
}
</style>
background-color css
<style>
a { background-color: #FBC565; }
a { background-color: rgb(251,197,101); }
div.DivClassName
{
background-color: #FBC565;
}
.BgClassName
{
background-color: #FBC565;
}
</style>
border-color css
<style>
span { border-color: #FBC565; }
span { border-color: rgb(251,197,101); }
td.TdClassName
{
border-color: #FBC565;
}
.TagClassName
{
border-color: #FBC565;
}
</style>