Shades of Grandis #F8CF78
Tints of Grandis #F8CF78
RGB
CMYK
RGB Variations
Color information
#F8CF78 (or 0xF8CF78) is known color: Grandis. HEX triplet: F8, CF and 78. RGB value is (248,207,120). Sum of RGB (Red+Green+Blue) = 248+207+120=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF78 is #073087. Grayscale: #D1D1D1. Windows color (decimal): -471176 or 7917560. OLE color: 7917560.
HSL color Cylindrical-coordinate representation of color #F8CF78: hue angle of 40.78º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8CF78 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 120 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.03 |
| HSL | 40.78º | 0.9% | 0.72% | - |
| HSV(B) | 40.78º | 0.52% | 0.97% | - |
| XYZ | 64.41 | 65.94 | 27.1 | - |
| YUV | 209.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 120 | 0 | 0.17 | 0.52 | 0.03 | 40.78 | 0.9 | 0.72 |
| Hex | F8 | CF | 78 | 0 | 11 | 34 | 3 | 29 | 5A | 48 |
| Octal | 370 | 317 | 170 | 0 | 21 | 64 | 3 | 51 | 132 | 110 |
| Binary | 11111000 | 11001111 | 1111000 | 0 | 10001 | 110100 | 11 | 101001 | 1011010 | 1001000 |
Color Harmonies of #F8CF78
Complementary color
Monochromatic Colors of #F8CF78
Black with #F8CF78
Text Example
Text Example
White with #F8CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF78; }
p { color: rgb(248,207,120); }
H1.HeaderClassName
{
color: #F8CF78;
}
.AnyTagClassName
{
color: #F8CF78;
}
</style>
background-color css
<style>
a { background-color: #F8CF78; }
a { background-color: rgb(248,207,120); }
div.DivClassName
{
background-color: #F8CF78;
}
.BgClassName
{
background-color: #F8CF78;
}
</style>
border-color css
<style>
span { border-color: #F8CF78; }
span { border-color: rgb(248,207,120); }
td.TdClassName
{
border-color: #F8CF78;
}
.TagClassName
{
border-color: #F8CF78;
}
</style>