Shades of Grandis #F9C168
Tints of Grandis #F9C168
RGB
CMYK
RGB Variations
Color information
#F9C168 (or 0xF9C168) is known color: Grandis. HEX triplet: F9, C1 and 68. RGB value is (249,193,104). Sum of RGB (Red+Green+Blue) = 249+193+104=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C168 is #063E97. Grayscale: #C8C8C8. Windows color (decimal): -409240 or 6865401. OLE color: 6865401.
HSL color Cylindrical-coordinate representation of color #F9C168: hue angle of 36.83º 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 #F9C168 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 104 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.02 |
| HSL | 36.83º | 0.92% | 0.69% | - |
| HSV(B) | 36.83º | 0.58% | 0.98% | - |
| XYZ | 60.64 | 59.28 | 21.34 | - |
| YUV | 199.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 104 | 0 | 0.22 | 0.58 | 0.02 | 36.83 | 0.92 | 0.69 |
| Hex | F9 | C1 | 68 | 0 | 16 | 3A | 2 | 25 | 5C | 45 |
| Octal | 371 | 301 | 150 | 0 | 26 | 72 | 2 | 45 | 134 | 105 |
| Binary | 11111001 | 11000001 | 1101000 | 0 | 10110 | 111010 | 10 | 100101 | 1011100 | 1000101 |
Color Harmonies of #F9C168
Complementary color
Monochromatic Colors of #F9C168
Black with #F9C168
Text Example
Text Example
White with #F9C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C168; }
p { color: rgb(249,193,104); }
H1.HeaderClassName
{
color: #F9C168;
}
.AnyTagClassName
{
color: #F9C168;
}
</style>
background-color css
<style>
a { background-color: #F9C168; }
a { background-color: rgb(249,193,104); }
div.DivClassName
{
background-color: #F9C168;
}
.BgClassName
{
background-color: #F9C168;
}
</style>
border-color css
<style>
span { border-color: #F9C168; }
span { border-color: rgb(249,193,104); }
td.TdClassName
{
border-color: #F9C168;
}
.TagClassName
{
border-color: #F9C168;
}
</style>