Shades of Grandis #F9C766
Tints of Grandis #F9C766
RGB
CMYK
RGB Variations
Color information
#F9C766 (or 0xF9C766) is known color: Grandis. HEX triplet: F9, C7 and 66. RGB value is (249,199,102). Sum of RGB (Red+Green+Blue) = 249+199+102=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C766 is #063899. Grayscale: #CBCBCB. Windows color (decimal): -407706 or 6735865. OLE color: 6735865.
HSL color Cylindrical-coordinate representation of color #F9C766: hue angle of 39.59º 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 #F9C766 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 102 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.02 |
| HSL | 39.59º | 0.92% | 0.69% | - |
| HSV(B) | 39.59º | 0.59% | 0.98% | - |
| XYZ | 61.89 | 61.95 | 21.27 | - |
| YUV | 202.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 102 | 0 | 0.20 | 0.59 | 0.02 | 39.59 | 0.92 | 0.69 |
| Hex | F9 | C7 | 66 | 0 | 14 | 3B | 2 | 28 | 5C | 45 |
| Octal | 371 | 307 | 146 | 0 | 24 | 73 | 2 | 50 | 134 | 105 |
| Binary | 11111001 | 11000111 | 1100110 | 0 | 10100 | 111011 | 10 | 101000 | 1011100 | 1000101 |
Color Harmonies of #F9C766
Complementary color
Monochromatic Colors of #F9C766
Black with #F9C766
Text Example
Text Example
White with #F9C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C766; }
p { color: rgb(249,199,102); }
H1.HeaderClassName
{
color: #F9C766;
}
.AnyTagClassName
{
color: #F9C766;
}
</style>
background-color css
<style>
a { background-color: #F9C766; }
a { background-color: rgb(249,199,102); }
div.DivClassName
{
background-color: #F9C766;
}
.BgClassName
{
background-color: #F9C766;
}
</style>
border-color css
<style>
span { border-color: #F9C766; }
span { border-color: rgb(249,199,102); }
td.TdClassName
{
border-color: #F9C766;
}
.TagClassName
{
border-color: #F9C766;
}
</style>