Shades of Grandis #F5CE76
Tints of Grandis #F5CE76
RGB
CMYK
RGB Variations
Color information
#F5CE76 (or 0xF5CE76) is known color: Grandis. HEX triplet: F5, CE and 76. RGB value is (245,206,118). Sum of RGB (Red+Green+Blue) = 245+206+118=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE76 is #0A3189. Grayscale: #D0D0D0. Windows color (decimal): -668042 or 7786229. OLE color: 7786229.
HSL color Cylindrical-coordinate representation of color #F5CE76: hue angle of 41.57º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5CE76 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 118 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.04 |
| HSL | 41.57º | 0.86% | 0.71% | - |
| HSV(B) | 41.57º | 0.52% | 0.96% | - |
| XYZ | 63 | 64.86 | 26.34 | - |
| YUV | 207.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 118 | 0 | 0.16 | 0.52 | 0.04 | 41.57 | 0.86 | 0.71 |
| Hex | F5 | CE | 76 | 0 | 10 | 34 | 4 | 2A | 56 | 47 |
| Octal | 365 | 316 | 166 | 0 | 20 | 64 | 4 | 52 | 126 | 107 |
| Binary | 11110101 | 11001110 | 1110110 | 0 | 10000 | 110100 | 100 | 101010 | 1010110 | 1000111 |
Color Harmonies of #F5CE76
Complementary color
Monochromatic Colors of #F5CE76
Black with #F5CE76
Text Example
Text Example
White with #F5CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE76; }
p { color: rgb(245,206,118); }
H1.HeaderClassName
{
color: #F5CE76;
}
.AnyTagClassName
{
color: #F5CE76;
}
</style>
background-color css
<style>
a { background-color: #F5CE76; }
a { background-color: rgb(245,206,118); }
div.DivClassName
{
background-color: #F5CE76;
}
.BgClassName
{
background-color: #F5CE76;
}
</style>
border-color css
<style>
span { border-color: #F5CE76; }
span { border-color: rgb(245,206,118); }
td.TdClassName
{
border-color: #F5CE76;
}
.TagClassName
{
border-color: #F5CE76;
}
</style>