Shades of Grandis #F7C566
Tints of Grandis #F7C566
RGB
CMYK
RGB Variations
Color information
#F7C566 (or 0xF7C566) is known color: Grandis. HEX triplet: F7, C5 and 66. RGB value is (247,197,102). Sum of RGB (Red+Green+Blue) = 247+197+102=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C566 is #083A99. Grayscale: #C9C9C9. Windows color (decimal): -539290 or 6735351. OLE color: 6735351.
HSL color Cylindrical-coordinate representation of color #F7C566: hue angle of 39.31º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7C566 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 102 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.03 |
| HSL | 39.31º | 0.9% | 0.68% | - |
| HSV(B) | 39.31º | 0.59% | 0.97% | - |
| XYZ | 60.72 | 60.67 | 21.08 | - |
| YUV | 201.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 102 | 0 | 0.20 | 0.59 | 0.03 | 39.31 | 0.9 | 0.68 |
| Hex | F7 | C5 | 66 | 0 | 14 | 3B | 3 | 27 | 5A | 44 |
| Octal | 367 | 305 | 146 | 0 | 24 | 73 | 3 | 47 | 132 | 104 |
| Binary | 11110111 | 11000101 | 1100110 | 0 | 10100 | 111011 | 11 | 100111 | 1011010 | 1000100 |
Color Harmonies of #F7C566
Complementary color
Monochromatic Colors of #F7C566
Black with #F7C566
Text Example
Text Example
White with #F7C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C566; }
p { color: rgb(247,197,102); }
H1.HeaderClassName
{
color: #F7C566;
}
.AnyTagClassName
{
color: #F7C566;
}
</style>
background-color css
<style>
a { background-color: #F7C566; }
a { background-color: rgb(247,197,102); }
div.DivClassName
{
background-color: #F7C566;
}
.BgClassName
{
background-color: #F7C566;
}
</style>
border-color css
<style>
span { border-color: #F7C566; }
span { border-color: rgb(247,197,102); }
td.TdClassName
{
border-color: #F7C566;
}
.TagClassName
{
border-color: #F7C566;
}
</style>