Shades of Grandis #F9C665
Tints of Grandis #F9C665
RGB
CMYK
RGB Variations
Color information
#F9C665 (or 0xF9C665) is known color: Grandis. HEX triplet: F9, C6 and 65. RGB value is (249,198,101). Sum of RGB (Red+Green+Blue) = 249+198+101=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C665 is #06399A. Grayscale: #CACACA. Windows color (decimal): -407963 or 6670073. OLE color: 6670073.
HSL color Cylindrical-coordinate representation of color #F9C665: hue angle of 39.32º degrees, saturation: 0.93, 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 #F9C665 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 101 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.02 |
| HSL | 39.32º | 0.93% | 0.69% | - |
| HSV(B) | 39.32º | 0.59% | 0.98% | - |
| XYZ | 61.61 | 61.47 | 20.93 | - |
| YUV | 202.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 101 | 0 | 0.20 | 0.59 | 0.02 | 39.32 | 0.93 | 0.69 |
| Hex | F9 | C6 | 65 | 0 | 14 | 3B | 2 | 27 | 5C | 45 |
| Octal | 371 | 306 | 145 | 0 | 24 | 73 | 2 | 47 | 134 | 105 |
| Binary | 11111001 | 11000110 | 1100101 | 0 | 10100 | 111011 | 10 | 100111 | 1011100 | 1000101 |
Color Harmonies of #F9C665
Complementary color
Monochromatic Colors of #F9C665
Black with #F9C665
Text Example
Text Example
White with #F9C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C665; }
p { color: rgb(249,198,101); }
H1.HeaderClassName
{
color: #F9C665;
}
.AnyTagClassName
{
color: #F9C665;
}
</style>
background-color css
<style>
a { background-color: #F9C665; }
a { background-color: rgb(249,198,101); }
div.DivClassName
{
background-color: #F9C665;
}
.BgClassName
{
background-color: #F9C665;
}
</style>
border-color css
<style>
span { border-color: #F9C665; }
span { border-color: rgb(249,198,101); }
td.TdClassName
{
border-color: #F9C665;
}
.TagClassName
{
border-color: #F9C665;
}
</style>