Shades of Grandis #F9C964
Tints of Grandis #F9C964
RGB
CMYK
RGB Variations
Color information
#F9C964 (or 0xF9C964) is known color: Grandis. HEX triplet: F9, C9 and 64. RGB value is (249,201,100). Sum of RGB (Red+Green+Blue) = 249+201+100=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C964 is #06369B. Grayscale: #CCCCCC. Windows color (decimal): -407196 or 6605305. OLE color: 6605305.
HSL color Cylindrical-coordinate representation of color #F9C964: hue angle of 40.67º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9C964 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 100 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.02 |
| HSL | 40.67º | 0.93% | 0.68% | - |
| HSV(B) | 40.67º | 0.6% | 0.98% | - |
| XYZ | 62.25 | 62.83 | 20.9 | - |
| YUV | 203.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 100 | 0 | 0.19 | 0.60 | 0.02 | 40.67 | 0.93 | 0.68 |
| Hex | F9 | C9 | 64 | 0 | 13 | 3C | 2 | 29 | 5D | 44 |
| Octal | 371 | 311 | 144 | 0 | 23 | 74 | 2 | 51 | 135 | 104 |
| Binary | 11111001 | 11001001 | 1100100 | 0 | 10011 | 111100 | 10 | 101001 | 1011101 | 1000100 |
Color Harmonies of #F9C964
Complementary color
Monochromatic Colors of #F9C964
Black with #F9C964
Text Example
Text Example
White with #F9C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C964; }
p { color: rgb(249,201,100); }
H1.HeaderClassName
{
color: #F9C964;
}
.AnyTagClassName
{
color: #F9C964;
}
</style>
background-color css
<style>
a { background-color: #F9C964; }
a { background-color: rgb(249,201,100); }
div.DivClassName
{
background-color: #F9C964;
}
.BgClassName
{
background-color: #F9C964;
}
</style>
border-color css
<style>
span { border-color: #F9C964; }
span { border-color: rgb(249,201,100); }
td.TdClassName
{
border-color: #F9C964;
}
.TagClassName
{
border-color: #F9C964;
}
</style>