Shades of Grandis #F7C669
Tints of Grandis #F7C669
RGB
CMYK
RGB Variations
Color information
#F7C669 (or 0xF7C669) is known color: Grandis. HEX triplet: F7, C6 and 69. RGB value is (247,198,105). Sum of RGB (Red+Green+Blue) = 247+198+105=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C669 is #083996. Grayscale: #CACACA. Windows color (decimal): -539031 or 6932215. OLE color: 6932215.
HSL color Cylindrical-coordinate representation of color #F7C669: hue angle of 39.3º 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 #F7C669 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 105 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.03 |
| HSL | 39.3º | 0.9% | 0.69% | - |
| HSV(B) | 39.3º | 0.57% | 0.97% | - |
| XYZ | 61.1 | 61.18 | 21.95 | - |
| YUV | 202.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 105 | 0 | 0.20 | 0.57 | 0.03 | 39.3 | 0.9 | 0.69 |
| Hex | F7 | C6 | 69 | 0 | 14 | 39 | 3 | 27 | 5A | 45 |
| Octal | 367 | 306 | 151 | 0 | 24 | 71 | 3 | 47 | 132 | 105 |
| Binary | 11110111 | 11000110 | 1101001 | 0 | 10100 | 111001 | 11 | 100111 | 1011010 | 1000101 |
Color Harmonies of #F7C669
Complementary color
Monochromatic Colors of #F7C669
Black with #F7C669
Text Example
Text Example
White with #F7C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C669; }
p { color: rgb(247,198,105); }
H1.HeaderClassName
{
color: #F7C669;
}
.AnyTagClassName
{
color: #F7C669;
}
</style>
background-color css
<style>
a { background-color: #F7C669; }
a { background-color: rgb(247,198,105); }
div.DivClassName
{
background-color: #F7C669;
}
.BgClassName
{
background-color: #F7C669;
}
</style>
border-color css
<style>
span { border-color: #F7C669; }
span { border-color: rgb(247,198,105); }
td.TdClassName
{
border-color: #F7C669;
}
.TagClassName
{
border-color: #F7C669;
}
</style>