Shades of Grandis #F9C669
Tints of Grandis #F9C669
RGB
CMYK
RGB Variations
Color information
#F9C669 (or 0xF9C669) is known color: Grandis. HEX triplet: F9, C6 and 69. RGB value is (249,198,105). Sum of RGB (Red+Green+Blue) = 249+198+105=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C669 is #063996. Grayscale: #CBCBCB. Windows color (decimal): -407959 or 6932217. OLE color: 6932217.
HSL color Cylindrical-coordinate representation of color #F9C669: hue angle of 38.75º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9C669 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 105 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.02 |
| HSL | 38.75º | 0.92% | 0.69% | - |
| HSV(B) | 38.75º | 0.58% | 0.98% | - |
| XYZ | 61.81 | 61.55 | 21.99 | - |
| YUV | 202.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 105 | 0 | 0.20 | 0.58 | 0.02 | 38.75 | 0.92 | 0.69 |
| Hex | F9 | C6 | 69 | 0 | 14 | 3A | 2 | 27 | 5C | 45 |
| Octal | 371 | 306 | 151 | 0 | 24 | 72 | 2 | 47 | 134 | 105 |
| Binary | 11111001 | 11000110 | 1101001 | 0 | 10100 | 111010 | 10 | 100111 | 1011100 | 1000101 |
Color Harmonies of #F9C669
Complementary color
Monochromatic Colors of #F9C669
Black with #F9C669
Text Example
Text Example
White with #F9C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C669; }
p { color: rgb(249,198,105); }
H1.HeaderClassName
{
color: #F9C669;
}
.AnyTagClassName
{
color: #F9C669;
}
</style>
background-color css
<style>
a { background-color: #F9C669; }
a { background-color: rgb(249,198,105); }
div.DivClassName
{
background-color: #F9C669;
}
.BgClassName
{
background-color: #F9C669;
}
</style>
border-color css
<style>
span { border-color: #F9C669; }
span { border-color: rgb(249,198,105); }
td.TdClassName
{
border-color: #F9C669;
}
.TagClassName
{
border-color: #F9C669;
}
</style>