Shades of Grandis #F8D069
Tints of Grandis #F8D069
RGB
CMYK
RGB Variations
Color information
#F8D069 (or 0xF8D069) is known color: Grandis. HEX triplet: F8, D0 and 69. RGB value is (248,208,105). Sum of RGB (Red+Green+Blue) = 248+208+105=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D069 is #072F96. Grayscale: #D0D0D0. Windows color (decimal): -470935 or 6934776. OLE color: 6934776.
HSL color Cylindrical-coordinate representation of color #F8D069: hue angle of 43.22º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8D069 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 105 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.03 |
| HSL | 43.22º | 0.91% | 0.69% | - |
| HSV(B) | 43.22º | 0.58% | 0.97% | - |
| XYZ | 63.82 | 66.09 | 22.76 | - |
| YUV | 208.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 105 | 0 | 0.16 | 0.58 | 0.03 | 43.22 | 0.91 | 0.69 |
| Hex | F8 | D0 | 69 | 0 | 10 | 3A | 3 | 2B | 5B | 45 |
| Octal | 370 | 320 | 151 | 0 | 20 | 72 | 3 | 53 | 133 | 105 |
| Binary | 11111000 | 11010000 | 1101001 | 0 | 10000 | 111010 | 11 | 101011 | 1011011 | 1000101 |
Color Harmonies of #F8D069
Complementary color
Monochromatic Colors of #F8D069
Black with #F8D069
Text Example
Text Example
White with #F8D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D069; }
p { color: rgb(248,208,105); }
H1.HeaderClassName
{
color: #F8D069;
}
.AnyTagClassName
{
color: #F8D069;
}
</style>
background-color css
<style>
a { background-color: #F8D069; }
a { background-color: rgb(248,208,105); }
div.DivClassName
{
background-color: #F8D069;
}
.BgClassName
{
background-color: #F8D069;
}
</style>
border-color css
<style>
span { border-color: #F8D069; }
span { border-color: rgb(248,208,105); }
td.TdClassName
{
border-color: #F8D069;
}
.TagClassName
{
border-color: #F8D069;
}
</style>