Shades of Grandis #F7CF78
Tints of Grandis #F7CF78
RGB
CMYK
RGB Variations
Color information
#F7CF78 (or 0xF7CF78) is known color: Grandis. HEX triplet: F7, CF and 78. RGB value is (247,207,120). Sum of RGB (Red+Green+Blue) = 247+207+120=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF78 is #083087. Grayscale: #D1D1D1. Windows color (decimal): -536712 or 7917559. OLE color: 7917559.
HSL color Cylindrical-coordinate representation of color #F7CF78: hue angle of 41.1º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7CF78 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 120 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.03 |
| HSL | 41.1º | 0.89% | 0.72% | - |
| HSV(B) | 41.1º | 0.51% | 0.97% | - |
| XYZ | 64.06 | 65.76 | 27.09 | - |
| YUV | 209.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 120 | 0 | 0.16 | 0.51 | 0.03 | 41.1 | 0.89 | 0.72 |
| Hex | F7 | CF | 78 | 0 | 10 | 33 | 3 | 29 | 59 | 48 |
| Octal | 367 | 317 | 170 | 0 | 20 | 63 | 3 | 51 | 131 | 110 |
| Binary | 11110111 | 11001111 | 1111000 | 0 | 10000 | 110011 | 11 | 101001 | 1011001 | 1001000 |
Color Harmonies of #F7CF78
Complementary color
Monochromatic Colors of #F7CF78
Black with #F7CF78
Text Example
Text Example
White with #F7CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF78; }
p { color: rgb(247,207,120); }
H1.HeaderClassName
{
color: #F7CF78;
}
.AnyTagClassName
{
color: #F7CF78;
}
</style>
background-color css
<style>
a { background-color: #F7CF78; }
a { background-color: rgb(247,207,120); }
div.DivClassName
{
background-color: #F7CF78;
}
.BgClassName
{
background-color: #F7CF78;
}
</style>
border-color css
<style>
span { border-color: #F7CF78; }
span { border-color: rgb(247,207,120); }
td.TdClassName
{
border-color: #F7CF78;
}
.TagClassName
{
border-color: #F7CF78;
}
</style>