Shades of Grandis #FBC069
Tints of Grandis #FBC069
RGB
CMYK
RGB Variations
Color information
#FBC069 (or 0xFBC069) is known color: Grandis. HEX triplet: FB, C0 and 69. RGB value is (251,192,105). Sum of RGB (Red+Green+Blue) = 251+192+105=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC069 is #043F96. Grayscale: #C8C8C8. Windows color (decimal): -278423 or 6930683. OLE color: 6930683.
HSL color Cylindrical-coordinate representation of color #FBC069: hue angle of 35.75º 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 #FBC069 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 105 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.02 |
| HSL | 35.75º | 0.95% | 0.7% | - |
| HSV(B) | 35.75º | 0.58% | 0.98% | - |
| XYZ | 61.18 | 59.23 | 21.57 | - |
| YUV | 199.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 105 | 0 | 0.24 | 0.58 | 0.02 | 35.75 | 0.95 | 0.7 |
| Hex | FB | C0 | 69 | 0 | 18 | 3A | 2 | 24 | 5F | 46 |
| Octal | 373 | 300 | 151 | 0 | 30 | 72 | 2 | 44 | 137 | 106 |
| Binary | 11111011 | 11000000 | 1101001 | 0 | 11000 | 111010 | 10 | 100100 | 1011111 | 1000110 |
Color Harmonies of #FBC069
Complementary color
Monochromatic Colors of #FBC069
Black with #FBC069
Text Example
Text Example
White with #FBC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC069; }
p { color: rgb(251,192,105); }
H1.HeaderClassName
{
color: #FBC069;
}
.AnyTagClassName
{
color: #FBC069;
}
</style>
background-color css
<style>
a { background-color: #FBC069; }
a { background-color: rgb(251,192,105); }
div.DivClassName
{
background-color: #FBC069;
}
.BgClassName
{
background-color: #FBC069;
}
</style>
border-color css
<style>
span { border-color: #FBC069; }
span { border-color: rgb(251,192,105); }
td.TdClassName
{
border-color: #FBC069;
}
.TagClassName
{
border-color: #FBC069;
}
</style>