Shades of Grandis #F9C86A
Tints of Grandis #F9C86A
RGB
CMYK
RGB Variations
Color information
#F9C86A (or 0xF9C86A) is known color: Grandis. HEX triplet: F9, C8 and 6A. RGB value is (249,200,106). Sum of RGB (Red+Green+Blue) = 249+200+106=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C86A is #063795. Grayscale: #CCCCCC. Windows color (decimal): -407446 or 6998265. OLE color: 6998265.
HSL color Cylindrical-coordinate representation of color #F9C86A: hue angle of 39.44º 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 #F9C86A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 106 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.02 |
| HSL | 39.44º | 0.92% | 0.7% | - |
| HSV(B) | 39.44º | 0.57% | 0.98% | - |
| XYZ | 62.32 | 62.49 | 22.41 | - |
| YUV | 203.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 106 | 0 | 0.20 | 0.57 | 0.02 | 39.44 | 0.92 | 0.7 |
| Hex | F9 | C8 | 6A | 0 | 14 | 39 | 2 | 27 | 5C | 46 |
| Octal | 371 | 310 | 152 | 0 | 24 | 71 | 2 | 47 | 134 | 106 |
| Binary | 11111001 | 11001000 | 1101010 | 0 | 10100 | 111001 | 10 | 100111 | 1011100 | 1000110 |
Color Harmonies of #F9C86A
Complementary color
Monochromatic Colors of #F9C86A
Black with #F9C86A
Text Example
Text Example
White with #F9C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C86A; }
p { color: rgb(249,200,106); }
H1.HeaderClassName
{
color: #F9C86A;
}
.AnyTagClassName
{
color: #F9C86A;
}
</style>
background-color css
<style>
a { background-color: #F9C86A; }
a { background-color: rgb(249,200,106); }
div.DivClassName
{
background-color: #F9C86A;
}
.BgClassName
{
background-color: #F9C86A;
}
</style>
border-color css
<style>
span { border-color: #F9C86A; }
span { border-color: rgb(249,200,106); }
td.TdClassName
{
border-color: #F9C86A;
}
.TagClassName
{
border-color: #F9C86A;
}
</style>