Shades of Grandis #F9C76E
Tints of Grandis #F9C76E
RGB
CMYK
RGB Variations
Color information
#F9C76E (or 0xF9C76E) is known color: Grandis. HEX triplet: F9, C7 and 6E. RGB value is (249,199,110). Sum of RGB (Red+Green+Blue) = 249+199+110=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C76E is #063891. Grayscale: #CCCCCC. Windows color (decimal): -407698 or 7260153. OLE color: 7260153.
HSL color Cylindrical-coordinate representation of color #F9C76E: hue angle of 38.42º 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 #F9C76E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 110 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.02 |
| HSL | 38.42º | 0.92% | 0.7% | - |
| HSV(B) | 38.42º | 0.56% | 0.98% | - |
| XYZ | 62.3 | 62.11 | 23.46 | - |
| YUV | 203.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 110 | 0 | 0.20 | 0.56 | 0.02 | 38.42 | 0.92 | 0.7 |
| Hex | F9 | C7 | 6E | 0 | 14 | 38 | 2 | 26 | 5C | 46 |
| Octal | 371 | 307 | 156 | 0 | 24 | 70 | 2 | 46 | 134 | 106 |
| Binary | 11111001 | 11000111 | 1101110 | 0 | 10100 | 111000 | 10 | 100110 | 1011100 | 1000110 |
Color Harmonies of #F9C76E
Complementary color
Monochromatic Colors of #F9C76E
Black with #F9C76E
Text Example
Text Example
White with #F9C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C76E; }
p { color: rgb(249,199,110); }
H1.HeaderClassName
{
color: #F9C76E;
}
.AnyTagClassName
{
color: #F9C76E;
}
</style>
background-color css
<style>
a { background-color: #F9C76E; }
a { background-color: rgb(249,199,110); }
div.DivClassName
{
background-color: #F9C76E;
}
.BgClassName
{
background-color: #F9C76E;
}
</style>
border-color css
<style>
span { border-color: #F9C76E; }
span { border-color: rgb(249,199,110); }
td.TdClassName
{
border-color: #F9C76E;
}
.TagClassName
{
border-color: #F9C76E;
}
</style>