Shades of Grandis #F9C66C
Tints of Grandis #F9C66C
RGB
CMYK
RGB Variations
Color information
#F9C66C (or 0xF9C66C) is known color: Grandis. HEX triplet: F9, C6 and 6C. RGB value is (249,198,108). Sum of RGB (Red+Green+Blue) = 249+198+108=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C66C is #063993. Grayscale: #CBCBCB. Windows color (decimal): -407956 or 7128825. OLE color: 7128825.
HSL color Cylindrical-coordinate representation of color #F9C66C: hue angle of 38.3º 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 #F9C66C is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 108 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.02 |
| HSL | 38.3º | 0.92% | 0.7% | - |
| HSV(B) | 38.3º | 0.57% | 0.98% | - |
| XYZ | 61.97 | 61.61 | 22.81 | - |
| YUV | 202.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 108 | 0 | 0.20 | 0.57 | 0.02 | 38.3 | 0.92 | 0.7 |
| Hex | F9 | C6 | 6C | 0 | 14 | 39 | 2 | 26 | 5C | 46 |
| Octal | 371 | 306 | 154 | 0 | 24 | 71 | 2 | 46 | 134 | 106 |
| Binary | 11111001 | 11000110 | 1101100 | 0 | 10100 | 111001 | 10 | 100110 | 1011100 | 1000110 |
Color Harmonies of #F9C66C
Complementary color
Monochromatic Colors of #F9C66C
Black with #F9C66C
Text Example
Text Example
White with #F9C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C66C; }
p { color: rgb(249,198,108); }
H1.HeaderClassName
{
color: #F9C66C;
}
.AnyTagClassName
{
color: #F9C66C;
}
</style>
background-color css
<style>
a { background-color: #F9C66C; }
a { background-color: rgb(249,198,108); }
div.DivClassName
{
background-color: #F9C66C;
}
.BgClassName
{
background-color: #F9C66C;
}
</style>
border-color css
<style>
span { border-color: #F9C66C; }
span { border-color: rgb(249,198,108); }
td.TdClassName
{
border-color: #F9C66C;
}
.TagClassName
{
border-color: #F9C66C;
}
</style>