Shades of Grandis #F7C76B
Tints of Grandis #F7C76B
RGB
CMYK
RGB Variations
Color information
#F7C76B (or 0xF7C76B) is known color: Grandis. HEX triplet: F7, C7 and 6B. RGB value is (247,199,107). Sum of RGB (Red+Green+Blue) = 247+199+107=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C76B is #083894. Grayscale: #CBCBCB. Windows color (decimal): -538773 or 7063543. OLE color: 7063543.
HSL color Cylindrical-coordinate representation of color #F7C76B: hue angle of 39.43º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7C76B is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 107 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.03 |
| HSL | 39.43º | 0.9% | 0.69% | - |
| HSV(B) | 39.43º | 0.57% | 0.97% | - |
| XYZ | 61.44 | 61.68 | 22.58 | - |
| YUV | 202.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 107 | 0 | 0.19 | 0.57 | 0.03 | 39.43 | 0.9 | 0.69 |
| Hex | F7 | C7 | 6B | 0 | 13 | 39 | 3 | 27 | 5A | 45 |
| Octal | 367 | 307 | 153 | 0 | 23 | 71 | 3 | 47 | 132 | 105 |
| Binary | 11110111 | 11000111 | 1101011 | 0 | 10011 | 111001 | 11 | 100111 | 1011010 | 1000101 |
Color Harmonies of #F7C76B
Complementary color
Monochromatic Colors of #F7C76B
Black with #F7C76B
Text Example
Text Example
White with #F7C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C76B; }
p { color: rgb(247,199,107); }
H1.HeaderClassName
{
color: #F7C76B;
}
.AnyTagClassName
{
color: #F7C76B;
}
</style>
background-color css
<style>
a { background-color: #F7C76B; }
a { background-color: rgb(247,199,107); }
div.DivClassName
{
background-color: #F7C76B;
}
.BgClassName
{
background-color: #F7C76B;
}
</style>
border-color css
<style>
span { border-color: #F7C76B; }
span { border-color: rgb(247,199,107); }
td.TdClassName
{
border-color: #F7C76B;
}
.TagClassName
{
border-color: #F7C76B;
}
</style>