Shades of Grandis #FBC268
Tints of Grandis #FBC268
RGB
CMYK
RGB Variations
Color information
#FBC268 (or 0xFBC268) is known color: Grandis. HEX triplet: FB, C2 and 68. RGB value is (251,194,104). Sum of RGB (Red+Green+Blue) = 251+194+104=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC268 is #043D97. Grayscale: #C9C9C9. Windows color (decimal): -277912 or 6865659. OLE color: 6865659.
HSL color Cylindrical-coordinate representation of color #FBC268: hue angle of 36.73º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBC268 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 104 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.02 |
| HSL | 36.73º | 0.95% | 0.7% | - |
| HSV(B) | 36.73º | 0.59% | 0.98% | - |
| XYZ | 61.57 | 60.09 | 21.45 | - |
| YUV | 200.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 104 | 0 | 0.23 | 0.59 | 0.02 | 36.73 | 0.95 | 0.7 |
| Hex | FB | C2 | 68 | 0 | 17 | 3B | 2 | 25 | 5F | 46 |
| Octal | 373 | 302 | 150 | 0 | 27 | 73 | 2 | 45 | 137 | 106 |
| Binary | 11111011 | 11000010 | 1101000 | 0 | 10111 | 111011 | 10 | 100101 | 1011111 | 1000110 |
Color Harmonies of #FBC268
Complementary color
Monochromatic Colors of #FBC268
Black with #FBC268
Text Example
Text Example
White with #FBC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC268; }
p { color: rgb(251,194,104); }
H1.HeaderClassName
{
color: #FBC268;
}
.AnyTagClassName
{
color: #FBC268;
}
</style>
background-color css
<style>
a { background-color: #FBC268; }
a { background-color: rgb(251,194,104); }
div.DivClassName
{
background-color: #FBC268;
}
.BgClassName
{
background-color: #FBC268;
}
</style>
border-color css
<style>
span { border-color: #FBC268; }
span { border-color: rgb(251,194,104); }
td.TdClassName
{
border-color: #FBC268;
}
.TagClassName
{
border-color: #FBC268;
}
</style>