Shades of Grandis #F8CF69
Tints of Grandis #F8CF69
RGB
CMYK
RGB Variations
Color information
#F8CF69 (or 0xF8CF69) is known color: Grandis. HEX triplet: F8, CF and 69. RGB value is (248,207,105). Sum of RGB (Red+Green+Blue) = 248+207+105=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF69 is #073096. Grayscale: #D0D0D0. Windows color (decimal): -471191 or 6934520. OLE color: 6934520.
HSL color Cylindrical-coordinate representation of color #F8CF69: hue angle of 42.8º 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 #F8CF69 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 105 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.03 |
| HSL | 42.8º | 0.91% | 0.69% | - |
| HSV(B) | 42.8º | 0.58% | 0.97% | - |
| XYZ | 63.57 | 65.6 | 22.68 | - |
| YUV | 207.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 105 | 0 | 0.17 | 0.58 | 0.03 | 42.8 | 0.91 | 0.69 |
| Hex | F8 | CF | 69 | 0 | 11 | 3A | 3 | 2B | 5B | 45 |
| Octal | 370 | 317 | 151 | 0 | 21 | 72 | 3 | 53 | 133 | 105 |
| Binary | 11111000 | 11001111 | 1101001 | 0 | 10001 | 111010 | 11 | 101011 | 1011011 | 1000101 |
Color Harmonies of #F8CF69
Complementary color
Monochromatic Colors of #F8CF69
Black with #F8CF69
Text Example
Text Example
White with #F8CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF69; }
p { color: rgb(248,207,105); }
H1.HeaderClassName
{
color: #F8CF69;
}
.AnyTagClassName
{
color: #F8CF69;
}
</style>
background-color css
<style>
a { background-color: #F8CF69; }
a { background-color: rgb(248,207,105); }
div.DivClassName
{
background-color: #F8CF69;
}
.BgClassName
{
background-color: #F8CF69;
}
</style>
border-color css
<style>
span { border-color: #F8CF69; }
span { border-color: rgb(248,207,105); }
td.TdClassName
{
border-color: #F8CF69;
}
.TagClassName
{
border-color: #F8CF69;
}
</style>