Shades of Grandis #F7C468
Tints of Grandis #F7C468
RGB
CMYK
RGB Variations
Color information
#F7C468 (or 0xF7C468) is known color: Grandis. HEX triplet: F7, C4 and 68. RGB value is (247,196,104). Sum of RGB (Red+Green+Blue) = 247+196+104=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C468 is #083B97. Grayscale: #C9C9C9. Windows color (decimal): -539544 or 6866167. OLE color: 6866167.
HSL color Cylindrical-coordinate representation of color #F7C468: hue angle of 38.6º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7C468 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 104 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.03 |
| HSL | 38.6º | 0.9% | 0.69% | - |
| HSV(B) | 38.6º | 0.58% | 0.97% | - |
| XYZ | 60.6 | 60.25 | 21.53 | - |
| YUV | 200.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 104 | 0 | 0.21 | 0.58 | 0.03 | 38.6 | 0.9 | 0.69 |
| Hex | F7 | C4 | 68 | 0 | 15 | 3A | 3 | 27 | 5A | 45 |
| Octal | 367 | 304 | 150 | 0 | 25 | 72 | 3 | 47 | 132 | 105 |
| Binary | 11110111 | 11000100 | 1101000 | 0 | 10101 | 111010 | 11 | 100111 | 1011010 | 1000101 |
Color Harmonies of #F7C468
Complementary color
Monochromatic Colors of #F7C468
Black with #F7C468
Text Example
Text Example
White with #F7C468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C468; }
p { color: rgb(247,196,104); }
H1.HeaderClassName
{
color: #F7C468;
}
.AnyTagClassName
{
color: #F7C468;
}
</style>
background-color css
<style>
a { background-color: #F7C468; }
a { background-color: rgb(247,196,104); }
div.DivClassName
{
background-color: #F7C468;
}
.BgClassName
{
background-color: #F7C468;
}
</style>
border-color css
<style>
span { border-color: #F7C468; }
span { border-color: rgb(247,196,104); }
td.TdClassName
{
border-color: #F7C468;
}
.TagClassName
{
border-color: #F7C468;
}
</style>