Shades of Grandis #FBC369
Tints of Grandis #FBC369
RGB
CMYK
RGB Variations
Color information
#FBC369 (or 0xFBC369) is known color: Grandis. HEX triplet: FB, C3 and 69. RGB value is (251,195,105). Sum of RGB (Red+Green+Blue) = 251+195+105=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC369 is #043C96. Grayscale: #C9C9C9. Windows color (decimal): -277655 or 6931451. OLE color: 6931451.
HSL color Cylindrical-coordinate representation of color #FBC369: hue angle of 36.99º 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 #FBC369 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 105 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.02 |
| HSL | 36.99º | 0.95% | 0.7% | - |
| HSV(B) | 36.99º | 0.58% | 0.98% | - |
| XYZ | 61.85 | 60.56 | 21.79 | - |
| YUV | 201.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 105 | 0 | 0.22 | 0.58 | 0.02 | 36.99 | 0.95 | 0.7 |
| Hex | FB | C3 | 69 | 0 | 16 | 3A | 2 | 25 | 5F | 46 |
| Octal | 373 | 303 | 151 | 0 | 26 | 72 | 2 | 45 | 137 | 106 |
| Binary | 11111011 | 11000011 | 1101001 | 0 | 10110 | 111010 | 10 | 100101 | 1011111 | 1000110 |
Color Harmonies of #FBC369
Complementary color
Monochromatic Colors of #FBC369
Black with #FBC369
Text Example
Text Example
White with #FBC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC369; }
p { color: rgb(251,195,105); }
H1.HeaderClassName
{
color: #FBC369;
}
.AnyTagClassName
{
color: #FBC369;
}
</style>
background-color css
<style>
a { background-color: #FBC369; }
a { background-color: rgb(251,195,105); }
div.DivClassName
{
background-color: #FBC369;
}
.BgClassName
{
background-color: #FBC369;
}
</style>
border-color css
<style>
span { border-color: #FBC369; }
span { border-color: rgb(251,195,105); }
td.TdClassName
{
border-color: #FBC369;
}
.TagClassName
{
border-color: #FBC369;
}
</style>