Shades of Grandis #FBC669
Tints of Grandis #FBC669
RGB
CMYK
RGB Variations
Color information
#FBC669 (or 0xFBC669) is known color: Grandis. HEX triplet: FB, C6 and 69. RGB value is (251,198,105). Sum of RGB (Red+Green+Blue) = 251+198+105=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC669 is #043996. Grayscale: #CBCBCB. Windows color (decimal): -276887 or 6932219. OLE color: 6932219.
HSL color Cylindrical-coordinate representation of color #FBC669: hue angle of 38.22º 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 #FBC669 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 105 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.02 |
| HSL | 38.22º | 0.95% | 0.7% | - |
| HSV(B) | 38.22º | 0.58% | 0.98% | - |
| XYZ | 62.53 | 61.92 | 22.02 | - |
| YUV | 203.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 105 | 0 | 0.21 | 0.58 | 0.02 | 38.22 | 0.95 | 0.7 |
| Hex | FB | C6 | 69 | 0 | 15 | 3A | 2 | 26 | 5F | 46 |
| Octal | 373 | 306 | 151 | 0 | 25 | 72 | 2 | 46 | 137 | 106 |
| Binary | 11111011 | 11000110 | 1101001 | 0 | 10101 | 111010 | 10 | 100110 | 1011111 | 1000110 |
Color Harmonies of #FBC669
Complementary color
Monochromatic Colors of #FBC669
Black with #FBC669
Text Example
Text Example
White with #FBC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC669; }
p { color: rgb(251,198,105); }
H1.HeaderClassName
{
color: #FBC669;
}
.AnyTagClassName
{
color: #FBC669;
}
</style>
background-color css
<style>
a { background-color: #FBC669; }
a { background-color: rgb(251,198,105); }
div.DivClassName
{
background-color: #FBC669;
}
.BgClassName
{
background-color: #FBC669;
}
</style>
border-color css
<style>
span { border-color: #FBC669; }
span { border-color: rgb(251,198,105); }
td.TdClassName
{
border-color: #FBC669;
}
.TagClassName
{
border-color: #FBC669;
}
</style>