Shades of Grandis #F9C86B
Tints of Grandis #F9C86B
RGB
CMYK
RGB Variations
Color information
#F9C86B (or 0xF9C86B) is known color: Grandis. HEX triplet: F9, C8 and 6B. RGB value is (249,200,107). Sum of RGB (Red+Green+Blue) = 249+200+107=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C86B is #063794. Grayscale: #CCCCCC. Windows color (decimal): -407445 or 7063801. OLE color: 7063801.
HSL color Cylindrical-coordinate representation of color #F9C86B: hue angle of 39.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 #F9C86B is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 107 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.02 |
| HSL | 39.3º | 0.92% | 0.7% | - |
| HSV(B) | 39.3º | 0.57% | 0.98% | - |
| XYZ | 62.38 | 62.51 | 22.69 | - |
| YUV | 204.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 107 | 0 | 0.20 | 0.57 | 0.02 | 39.3 | 0.92 | 0.7 |
| Hex | F9 | C8 | 6B | 0 | 14 | 39 | 2 | 27 | 5C | 46 |
| Octal | 371 | 310 | 153 | 0 | 24 | 71 | 2 | 47 | 134 | 106 |
| Binary | 11111001 | 11001000 | 1101011 | 0 | 10100 | 111001 | 10 | 100111 | 1011100 | 1000110 |
Color Harmonies of #F9C86B
Complementary color
Monochromatic Colors of #F9C86B
Black with #F9C86B
Text Example
Text Example
White with #F9C86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C86B; }
p { color: rgb(249,200,107); }
H1.HeaderClassName
{
color: #F9C86B;
}
.AnyTagClassName
{
color: #F9C86B;
}
</style>
background-color css
<style>
a { background-color: #F9C86B; }
a { background-color: rgb(249,200,107); }
div.DivClassName
{
background-color: #F9C86B;
}
.BgClassName
{
background-color: #F9C86B;
}
</style>
border-color css
<style>
span { border-color: #F9C86B; }
span { border-color: rgb(249,200,107); }
td.TdClassName
{
border-color: #F9C86B;
}
.TagClassName
{
border-color: #F9C86B;
}
</style>