Shades of Grandis #F9C76B
Tints of Grandis #F9C76B
RGB
CMYK
RGB Variations
Color information
#F9C76B (or 0xF9C76B) is known color: Grandis. HEX triplet: F9, C7 and 6B. RGB value is (249,199,107). Sum of RGB (Red+Green+Blue) = 249+199+107=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C76B is #063894. Grayscale: #CBCBCB. Windows color (decimal): -407701 or 7063545. OLE color: 7063545.
HSL color Cylindrical-coordinate representation of color #F9C76B: hue angle of 38.87º 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 #F9C76B is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 107 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.02 |
| HSL | 38.87º | 0.92% | 0.7% | - |
| HSV(B) | 38.87º | 0.57% | 0.98% | - |
| XYZ | 62.14 | 62.05 | 22.61 | - |
| YUV | 203.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 107 | 0 | 0.20 | 0.57 | 0.02 | 38.87 | 0.92 | 0.7 |
| Hex | F9 | C7 | 6B | 0 | 14 | 39 | 2 | 27 | 5C | 46 |
| Octal | 371 | 307 | 153 | 0 | 24 | 71 | 2 | 47 | 134 | 106 |
| Binary | 11111001 | 11000111 | 1101011 | 0 | 10100 | 111001 | 10 | 100111 | 1011100 | 1000110 |
Color Harmonies of #F9C76B
Complementary color
Monochromatic Colors of #F9C76B
Black with #F9C76B
Text Example
Text Example
White with #F9C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C76B; }
p { color: rgb(249,199,107); }
H1.HeaderClassName
{
color: #F9C76B;
}
.AnyTagClassName
{
color: #F9C76B;
}
</style>
background-color css
<style>
a { background-color: #F9C76B; }
a { background-color: rgb(249,199,107); }
div.DivClassName
{
background-color: #F9C76B;
}
.BgClassName
{
background-color: #F9C76B;
}
</style>
border-color css
<style>
span { border-color: #F9C76B; }
span { border-color: rgb(249,199,107); }
td.TdClassName
{
border-color: #F9C76B;
}
.TagClassName
{
border-color: #F9C76B;
}
</style>