Shades of Grandis #F9C867
Tints of Grandis #F9C867
RGB
CMYK
RGB Variations
Color information
#F9C867 (or 0xF9C867) is known color: Grandis. HEX triplet: F9, C8 and 67. RGB value is (249,200,103). Sum of RGB (Red+Green+Blue) = 249+200+103=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C867 is #063798. Grayscale: #CCCCCC. Windows color (decimal): -407449 or 6801657. OLE color: 6801657.
HSL color Cylindrical-coordinate representation of color #F9C867: hue angle of 39.86º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9C867 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 103 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.02 |
| HSL | 39.86º | 0.92% | 0.69% | - |
| HSV(B) | 39.86º | 0.59% | 0.98% | - |
| XYZ | 62.17 | 62.43 | 21.61 | - |
| YUV | 203.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 103 | 0 | 0.20 | 0.59 | 0.02 | 39.86 | 0.92 | 0.69 |
| Hex | F9 | C8 | 67 | 0 | 14 | 3B | 2 | 28 | 5C | 45 |
| Octal | 371 | 310 | 147 | 0 | 24 | 73 | 2 | 50 | 134 | 105 |
| Binary | 11111001 | 11001000 | 1100111 | 0 | 10100 | 111011 | 10 | 101000 | 1011100 | 1000101 |
Color Harmonies of #F9C867
Complementary color
Monochromatic Colors of #F9C867
Black with #F9C867
Text Example
Text Example
White with #F9C867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C867; }
p { color: rgb(249,200,103); }
H1.HeaderClassName
{
color: #F9C867;
}
.AnyTagClassName
{
color: #F9C867;
}
</style>
background-color css
<style>
a { background-color: #F9C867; }
a { background-color: rgb(249,200,103); }
div.DivClassName
{
background-color: #F9C867;
}
.BgClassName
{
background-color: #F9C867;
}
</style>
border-color css
<style>
span { border-color: #F9C867; }
span { border-color: rgb(249,200,103); }
td.TdClassName
{
border-color: #F9C867;
}
.TagClassName
{
border-color: #F9C867;
}
</style>