Shades of Grandis #F7C36E
Tints of Grandis #F7C36E
RGB
CMYK
RGB Variations
Color information
#F7C36E (or 0xF7C36E) is known color: Grandis. HEX triplet: F7, C3 and 6E. RGB value is (247,195,110). Sum of RGB (Red+Green+Blue) = 247+195+110=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C36E is #083C91. Grayscale: #C9C9C9. Windows color (decimal): -539794 or 7259127. OLE color: 7259127.
HSL color Cylindrical-coordinate representation of color #F7C36E: hue angle of 37.23º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7C36E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 110 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.03 |
| HSL | 37.23º | 0.9% | 0.7% | - |
| HSV(B) | 37.23º | 0.55% | 0.97% | - |
| XYZ | 60.69 | 59.93 | 23.12 | - |
| YUV | 200.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 110 | 0 | 0.21 | 0.55 | 0.03 | 37.23 | 0.9 | 0.7 |
| Hex | F7 | C3 | 6E | 0 | 15 | 37 | 3 | 25 | 5A | 46 |
| Octal | 367 | 303 | 156 | 0 | 25 | 67 | 3 | 45 | 132 | 106 |
| Binary | 11110111 | 11000011 | 1101110 | 0 | 10101 | 110111 | 11 | 100101 | 1011010 | 1000110 |
Color Harmonies of #F7C36E
Complementary color
Monochromatic Colors of #F7C36E
Black with #F7C36E
Text Example
Text Example
White with #F7C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C36E; }
p { color: rgb(247,195,110); }
H1.HeaderClassName
{
color: #F7C36E;
}
.AnyTagClassName
{
color: #F7C36E;
}
</style>
background-color css
<style>
a { background-color: #F7C36E; }
a { background-color: rgb(247,195,110); }
div.DivClassName
{
background-color: #F7C36E;
}
.BgClassName
{
background-color: #F7C36E;
}
</style>
border-color css
<style>
span { border-color: #F7C36E; }
span { border-color: rgb(247,195,110); }
td.TdClassName
{
border-color: #F7C36E;
}
.TagClassName
{
border-color: #F7C36E;
}
</style>