Shades of Grandis #F9D068
Tints of Grandis #F9D068
RGB
CMYK
RGB Variations
Color information
#F9D068 (or 0xF9D068) is known color: Grandis. HEX triplet: F9, D0 and 68. RGB value is (249,208,104). Sum of RGB (Red+Green+Blue) = 249+208+104=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D068 is #062F97. Grayscale: #D0D0D0. Windows color (decimal): -405400 or 6869241. OLE color: 6869241.
HSL color Cylindrical-coordinate representation of color #F9D068: hue angle of 43.03º 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 #F9D068 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 104 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.02 |
| HSL | 43.03º | 0.92% | 0.69% | - |
| HSV(B) | 43.03º | 0.58% | 0.98% | - |
| XYZ | 64.12 | 66.25 | 22.5 | - |
| YUV | 208.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 104 | 0 | 0.16 | 0.58 | 0.02 | 43.03 | 0.92 | 0.69 |
| Hex | F9 | D0 | 68 | 0 | 10 | 3A | 2 | 2B | 5C | 45 |
| Octal | 371 | 320 | 150 | 0 | 20 | 72 | 2 | 53 | 134 | 105 |
| Binary | 11111001 | 11010000 | 1101000 | 0 | 10000 | 111010 | 10 | 101011 | 1011100 | 1000101 |
Color Harmonies of #F9D068
Complementary color
Monochromatic Colors of #F9D068
Black with #F9D068
Text Example
Text Example
White with #F9D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D068; }
p { color: rgb(249,208,104); }
H1.HeaderClassName
{
color: #F9D068;
}
.AnyTagClassName
{
color: #F9D068;
}
</style>
background-color css
<style>
a { background-color: #F9D068; }
a { background-color: rgb(249,208,104); }
div.DivClassName
{
background-color: #F9D068;
}
.BgClassName
{
background-color: #F9D068;
}
</style>
border-color css
<style>
span { border-color: #F9D068; }
span { border-color: rgb(249,208,104); }
td.TdClassName
{
border-color: #F9D068;
}
.TagClassName
{
border-color: #F9D068;
}
</style>