Shades of Grandis #F5C668
Tints of Grandis #F5C668
RGB
CMYK
RGB Variations
Color information
#F5C668 (or 0xF5C668) is known color: Grandis. HEX triplet: F5, C6 and 68. RGB value is (245,198,104). Sum of RGB (Red+Green+Blue) = 245+198+104=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C668 is #0A3997. Grayscale: #C9C9C9. Windows color (decimal): -670104 or 6866677. OLE color: 6866677.
HSL color Cylindrical-coordinate representation of color #F5C668: hue angle of 40º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5C668 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 104 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.04 |
| HSL | 40º | 0.88% | 0.68% | - |
| HSV(B) | 40º | 0.58% | 0.96% | - |
| XYZ | 60.35 | 60.8 | 21.65 | - |
| YUV | 201.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 104 | 0 | 0.19 | 0.58 | 0.04 | 40 | 0.88 | 0.68 |
| Hex | F5 | C6 | 68 | 0 | 13 | 3A | 4 | 28 | 58 | 44 |
| Octal | 365 | 306 | 150 | 0 | 23 | 72 | 4 | 50 | 130 | 104 |
| Binary | 11110101 | 11000110 | 1101000 | 0 | 10011 | 111010 | 100 | 101000 | 1011000 | 1000100 |
Color Harmonies of #F5C668
Complementary color
Monochromatic Colors of #F5C668
Black with #F5C668
Text Example
Text Example
White with #F5C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C668; }
p { color: rgb(245,198,104); }
H1.HeaderClassName
{
color: #F5C668;
}
.AnyTagClassName
{
color: #F5C668;
}
</style>
background-color css
<style>
a { background-color: #F5C668; }
a { background-color: rgb(245,198,104); }
div.DivClassName
{
background-color: #F5C668;
}
.BgClassName
{
background-color: #F5C668;
}
</style>
border-color css
<style>
span { border-color: #F5C668; }
span { border-color: rgb(245,198,104); }
td.TdClassName
{
border-color: #F5C668;
}
.TagClassName
{
border-color: #F5C668;
}
</style>