Shades of Grandis #F9C96C
Tints of Grandis #F9C96C
RGB
CMYK
RGB Variations
Color information
#F9C96C (or 0xF9C96C) is known color: Grandis. HEX triplet: F9, C9 and 6C. RGB value is (249,201,108). Sum of RGB (Red+Green+Blue) = 249+201+108=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C96C is #063693. Grayscale: #CDCDCD. Windows color (decimal): -407188 or 7129593. OLE color: 7129593.
HSL color Cylindrical-coordinate representation of color #F9C96C: hue angle of 39.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9C96C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 108 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.02 |
| HSL | 39.57º | 0.92% | 0.7% | - |
| HSV(B) | 39.57º | 0.57% | 0.98% | - |
| XYZ | 62.66 | 63 | 23.04 | - |
| YUV | 204.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 108 | 0 | 0.19 | 0.57 | 0.02 | 39.57 | 0.92 | 0.7 |
| Hex | F9 | C9 | 6C | 0 | 13 | 39 | 2 | 28 | 5C | 46 |
| Octal | 371 | 311 | 154 | 0 | 23 | 71 | 2 | 50 | 134 | 106 |
| Binary | 11111001 | 11001001 | 1101100 | 0 | 10011 | 111001 | 10 | 101000 | 1011100 | 1000110 |
Color Harmonies of #F9C96C
Complementary color
Monochromatic Colors of #F9C96C
Black with #F9C96C
Text Example
Text Example
White with #F9C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C96C; }
p { color: rgb(249,201,108); }
H1.HeaderClassName
{
color: #F9C96C;
}
.AnyTagClassName
{
color: #F9C96C;
}
</style>
background-color css
<style>
a { background-color: #F9C96C; }
a { background-color: rgb(249,201,108); }
div.DivClassName
{
background-color: #F9C96C;
}
.BgClassName
{
background-color: #F9C96C;
}
</style>
border-color css
<style>
span { border-color: #F9C96C; }
span { border-color: rgb(249,201,108); }
td.TdClassName
{
border-color: #F9C96C;
}
.TagClassName
{
border-color: #F9C96C;
}
</style>