Shades of Grandis #FBC269
Tints of Grandis #FBC269
RGB
CMYK
RGB Variations
Color information
#FBC269 (or 0xFBC269) is known color: Grandis. HEX triplet: FB, C2 and 69. RGB value is (251,194,105). Sum of RGB (Red+Green+Blue) = 251+194+105=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC269 is #043D96. Grayscale: #C9C9C9. Windows color (decimal): -277911 or 6931195. OLE color: 6931195.
HSL color Cylindrical-coordinate representation of color #FBC269: hue angle of 36.58º 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 #FBC269 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 105 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.02 |
| HSL | 36.58º | 0.95% | 0.7% | - |
| HSV(B) | 36.58º | 0.58% | 0.98% | - |
| XYZ | 61.63 | 60.11 | 21.72 | - |
| YUV | 200.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 105 | 0 | 0.23 | 0.58 | 0.02 | 36.58 | 0.95 | 0.7 |
| Hex | FB | C2 | 69 | 0 | 17 | 3A | 2 | 25 | 5F | 46 |
| Octal | 373 | 302 | 151 | 0 | 27 | 72 | 2 | 45 | 137 | 106 |
| Binary | 11111011 | 11000010 | 1101001 | 0 | 10111 | 111010 | 10 | 100101 | 1011111 | 1000110 |
Color Harmonies of #FBC269
Complementary color
Monochromatic Colors of #FBC269
Black with #FBC269
Text Example
Text Example
White with #FBC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC269; }
p { color: rgb(251,194,105); }
H1.HeaderClassName
{
color: #FBC269;
}
.AnyTagClassName
{
color: #FBC269;
}
</style>
background-color css
<style>
a { background-color: #FBC269; }
a { background-color: rgb(251,194,105); }
div.DivClassName
{
background-color: #FBC269;
}
.BgClassName
{
background-color: #FBC269;
}
</style>
border-color css
<style>
span { border-color: #FBC269; }
span { border-color: rgb(251,194,105); }
td.TdClassName
{
border-color: #FBC269;
}
.TagClassName
{
border-color: #FBC269;
}
</style>