Shades of Grandis #F7CF74
Tints of Grandis #F7CF74
RGB
CMYK
RGB Variations
Color information
#F7CF74 (or 0xF7CF74) is known color: Grandis. HEX triplet: F7, CF and 74. RGB value is (247,207,116). Sum of RGB (Red+Green+Blue) = 247+207+116=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CF74 is #08308B. Grayscale: #D0D0D0. Windows color (decimal): -536716 or 7655415. OLE color: 7655415.
HSL color Cylindrical-coordinate representation of color #F7CF74: hue angle of 41.68º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7CF74 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 116 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.03 |
| HSL | 41.68º | 0.89% | 0.71% | - |
| HSV(B) | 41.68º | 0.53% | 0.97% | - |
| XYZ | 63.82 | 65.66 | 25.83 | - |
| YUV | 208.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 116 | 0 | 0.16 | 0.53 | 0.03 | 41.68 | 0.89 | 0.71 |
| Hex | F7 | CF | 74 | 0 | 10 | 35 | 3 | 2A | 59 | 47 |
| Octal | 367 | 317 | 164 | 0 | 20 | 65 | 3 | 52 | 131 | 107 |
| Binary | 11110111 | 11001111 | 1110100 | 0 | 10000 | 110101 | 11 | 101010 | 1011001 | 1000111 |
Color Harmonies of #F7CF74
Complementary color
Monochromatic Colors of #F7CF74
Black with #F7CF74
Text Example
Text Example
White with #F7CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF74; }
p { color: rgb(247,207,116); }
H1.HeaderClassName
{
color: #F7CF74;
}
.AnyTagClassName
{
color: #F7CF74;
}
</style>
background-color css
<style>
a { background-color: #F7CF74; }
a { background-color: rgb(247,207,116); }
div.DivClassName
{
background-color: #F7CF74;
}
.BgClassName
{
background-color: #F7CF74;
}
</style>
border-color css
<style>
span { border-color: #F7CF74; }
span { border-color: rgb(247,207,116); }
td.TdClassName
{
border-color: #F7CF74;
}
.TagClassName
{
border-color: #F7CF74;
}
</style>