Shades of Grandis #F5CF71
Tints of Grandis #F5CF71
RGB
CMYK
RGB Variations
Color information
#F5CF71 (or 0xF5CF71) is known color: Grandis. HEX triplet: F5, CF and 71. RGB value is (245,207,113). Sum of RGB (Red+Green+Blue) = 245+207+113=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF71 is #0A308E. Grayscale: #D0D0D0. Windows color (decimal): -667791 or 7458805. OLE color: 7458805.
HSL color Cylindrical-coordinate representation of color #F5CF71: hue angle of 42.73º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5CF71 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 113 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.04 |
| HSL | 42.73º | 0.87% | 0.7% | - |
| HSV(B) | 42.73º | 0.54% | 0.96% | - |
| XYZ | 62.95 | 65.23 | 24.9 | - |
| YUV | 207.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 113 | 0 | 0.16 | 0.54 | 0.04 | 42.73 | 0.87 | 0.7 |
| Hex | F5 | CF | 71 | 0 | 10 | 36 | 4 | 2B | 57 | 46 |
| Octal | 365 | 317 | 161 | 0 | 20 | 66 | 4 | 53 | 127 | 106 |
| Binary | 11110101 | 11001111 | 1110001 | 0 | 10000 | 110110 | 100 | 101011 | 1010111 | 1000110 |
Color Harmonies of #F5CF71
Complementary color
Monochromatic Colors of #F5CF71
Black with #F5CF71
Text Example
Text Example
White with #F5CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF71; }
p { color: rgb(245,207,113); }
H1.HeaderClassName
{
color: #F5CF71;
}
.AnyTagClassName
{
color: #F5CF71;
}
</style>
background-color css
<style>
a { background-color: #F5CF71; }
a { background-color: rgb(245,207,113); }
div.DivClassName
{
background-color: #F5CF71;
}
.BgClassName
{
background-color: #F5CF71;
}
</style>
border-color css
<style>
span { border-color: #F5CF71; }
span { border-color: rgb(245,207,113); }
td.TdClassName
{
border-color: #F5CF71;
}
.TagClassName
{
border-color: #F5CF71;
}
</style>