Shades of Grandis #F9C56D
Tints of Grandis #F9C56D
RGB
CMYK
RGB Variations
Color information
#F9C56D (or 0xF9C56D) is known color: Grandis. HEX triplet: F9, C5 and 6D. RGB value is (249,197,109). Sum of RGB (Red+Green+Blue) = 249+197+109=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C56D is #063A92. Grayscale: #CACACA. Windows color (decimal): -408211 or 7194105. OLE color: 7194105.
HSL color Cylindrical-coordinate representation of color #F9C56D: hue angle of 37.71º 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 #F9C56D is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 109 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.02 |
| HSL | 37.71º | 0.92% | 0.7% | - |
| HSV(B) | 37.71º | 0.56% | 0.98% | - |
| XYZ | 61.79 | 61.18 | 23.02 | - |
| YUV | 202.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 109 | 0 | 0.21 | 0.56 | 0.02 | 37.71 | 0.92 | 0.7 |
| Hex | F9 | C5 | 6D | 0 | 15 | 38 | 2 | 26 | 5C | 46 |
| Octal | 371 | 305 | 155 | 0 | 25 | 70 | 2 | 46 | 134 | 106 |
| Binary | 11111001 | 11000101 | 1101101 | 0 | 10101 | 111000 | 10 | 100110 | 1011100 | 1000110 |
Color Harmonies of #F9C56D
Complementary color
Monochromatic Colors of #F9C56D
Black with #F9C56D
Text Example
Text Example
White with #F9C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C56D; }
p { color: rgb(249,197,109); }
H1.HeaderClassName
{
color: #F9C56D;
}
.AnyTagClassName
{
color: #F9C56D;
}
</style>
background-color css
<style>
a { background-color: #F9C56D; }
a { background-color: rgb(249,197,109); }
div.DivClassName
{
background-color: #F9C56D;
}
.BgClassName
{
background-color: #F9C56D;
}
</style>
border-color css
<style>
span { border-color: #F9C56D; }
span { border-color: rgb(249,197,109); }
td.TdClassName
{
border-color: #F9C56D;
}
.TagClassName
{
border-color: #F9C56D;
}
</style>