Shades of Grandis #FBC569
Tints of Grandis #FBC569
RGB
CMYK
RGB Variations
Color information
#FBC569 (or 0xFBC569) is known color: Grandis. HEX triplet: FB, C5 and 69. RGB value is (251,197,105). Sum of RGB (Red+Green+Blue) = 251+197+105=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC569 is #043A96. Grayscale: #CBCBCB. Windows color (decimal): -277143 or 6931963. OLE color: 6931963.
HSL color Cylindrical-coordinate representation of color #FBC569: hue angle of 37.81º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBC569 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 105 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.02 |
| HSL | 37.81º | 0.95% | 0.7% | - |
| HSV(B) | 37.81º | 0.58% | 0.98% | - |
| XYZ | 62.3 | 61.46 | 21.94 | - |
| YUV | 202.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 105 | 0 | 0.22 | 0.58 | 0.02 | 37.81 | 0.95 | 0.7 |
| Hex | FB | C5 | 69 | 0 | 16 | 3A | 2 | 26 | 5F | 46 |
| Octal | 373 | 305 | 151 | 0 | 26 | 72 | 2 | 46 | 137 | 106 |
| Binary | 11111011 | 11000101 | 1101001 | 0 | 10110 | 111010 | 10 | 100110 | 1011111 | 1000110 |
Color Harmonies of #FBC569
Complementary color
Monochromatic Colors of #FBC569
Black with #FBC569
Text Example
Text Example
White with #FBC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC569; }
p { color: rgb(251,197,105); }
H1.HeaderClassName
{
color: #FBC569;
}
.AnyTagClassName
{
color: #FBC569;
}
</style>
background-color css
<style>
a { background-color: #FBC569; }
a { background-color: rgb(251,197,105); }
div.DivClassName
{
background-color: #FBC569;
}
.BgClassName
{
background-color: #FBC569;
}
</style>
border-color css
<style>
span { border-color: #FBC569; }
span { border-color: rgb(251,197,105); }
td.TdClassName
{
border-color: #FBC569;
}
.TagClassName
{
border-color: #FBC569;
}
</style>