Shades of Grandis #F8C969
Tints of Grandis #F8C969
RGB
CMYK
RGB Variations
Color information
#F8C969 (or 0xF8C969) is known color: Grandis. HEX triplet: F8, C9 and 69. RGB value is (248,201,105). Sum of RGB (Red+Green+Blue) = 248+201+105=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C969 is #073696. Grayscale: #CCCCCC. Windows color (decimal): -472727 or 6932984. OLE color: 6932984.
HSL color Cylindrical-coordinate representation of color #F8C969: hue angle of 40.28º 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 #F8C969 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 201 | 105 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.03 |
| HSL | 40.28º | 0.91% | 0.69% | - |
| HSV(B) | 40.28º | 0.58% | 0.97% | - |
| XYZ | 62.15 | 62.75 | 22.2 | - |
| YUV | 204.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 105 | 0 | 0.19 | 0.58 | 0.03 | 40.28 | 0.91 | 0.69 |
| Hex | F8 | C9 | 69 | 0 | 13 | 3A | 3 | 28 | 5B | 45 |
| Octal | 370 | 311 | 151 | 0 | 23 | 72 | 3 | 50 | 133 | 105 |
| Binary | 11111000 | 11001001 | 1101001 | 0 | 10011 | 111010 | 11 | 101000 | 1011011 | 1000101 |
Color Harmonies of #F8C969
Complementary color
Monochromatic Colors of #F8C969
Black with #F8C969
Text Example
Text Example
White with #F8C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C969; }
p { color: rgb(248,201,105); }
H1.HeaderClassName
{
color: #F8C969;
}
.AnyTagClassName
{
color: #F8C969;
}
</style>
background-color css
<style>
a { background-color: #F8C969; }
a { background-color: rgb(248,201,105); }
div.DivClassName
{
background-color: #F8C969;
}
.BgClassName
{
background-color: #F8C969;
}
</style>
border-color css
<style>
span { border-color: #F8C969; }
span { border-color: rgb(248,201,105); }
td.TdClassName
{
border-color: #F8C969;
}
.TagClassName
{
border-color: #F8C969;
}
</style>