Shades of Grandis #F9C66D
Tints of Grandis #F9C66D
RGB
CMYK
RGB Variations
Color information
#F9C66D (or 0xF9C66D) is known color: Grandis. HEX triplet: F9, C6 and 6D. RGB value is (249,198,109). Sum of RGB (Red+Green+Blue) = 249+198+109=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C66D is #063992. Grayscale: #CBCBCB. Windows color (decimal): -407955 or 7194361. OLE color: 7194361.
HSL color Cylindrical-coordinate representation of color #F9C66D: hue angle of 38.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9C66D is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 109 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.02 |
| HSL | 38.14º | 0.92% | 0.7% | - |
| HSV(B) | 38.14º | 0.56% | 0.98% | - |
| XYZ | 62.02 | 61.63 | 23.1 | - |
| YUV | 203.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 109 | 0 | 0.20 | 0.56 | 0.02 | 38.14 | 0.92 | 0.7 |
| Hex | F9 | C6 | 6D | 0 | 14 | 38 | 2 | 26 | 5C | 46 |
| Octal | 371 | 306 | 155 | 0 | 24 | 70 | 2 | 46 | 134 | 106 |
| Binary | 11111001 | 11000110 | 1101101 | 0 | 10100 | 111000 | 10 | 100110 | 1011100 | 1000110 |
Color Harmonies of #F9C66D
Complementary color
Monochromatic Colors of #F9C66D
Black with #F9C66D
Text Example
Text Example
White with #F9C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C66D; }
p { color: rgb(249,198,109); }
H1.HeaderClassName
{
color: #F9C66D;
}
.AnyTagClassName
{
color: #F9C66D;
}
</style>
background-color css
<style>
a { background-color: #F9C66D; }
a { background-color: rgb(249,198,109); }
div.DivClassName
{
background-color: #F9C66D;
}
.BgClassName
{
background-color: #F9C66D;
}
</style>
border-color css
<style>
span { border-color: #F9C66D; }
span { border-color: rgb(249,198,109); }
td.TdClassName
{
border-color: #F9C66D;
}
.TagClassName
{
border-color: #F9C66D;
}
</style>