Shades of Grandis #F5CF73
Tints of Grandis #F5CF73
RGB
CMYK
RGB Variations
Color information
#F5CF73 (or 0xF5CF73) is known color: Grandis. HEX triplet: F5, CF and 73. RGB value is (245,207,115). Sum of RGB (Red+Green+Blue) = 245+207+115=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF73 is #0A308C. Grayscale: #D0D0D0. Windows color (decimal): -667789 or 7589877. OLE color: 7589877.
HSL color Cylindrical-coordinate representation of color #F5CF73: hue angle of 42.46º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5CF73 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 115 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.04 |
| HSL | 42.46º | 0.87% | 0.71% | - |
| HSV(B) | 42.46º | 0.53% | 0.96% | - |
| XYZ | 63.06 | 65.28 | 25.5 | - |
| YUV | 207.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 115 | 0 | 0.16 | 0.53 | 0.04 | 42.46 | 0.87 | 0.71 |
| Hex | F5 | CF | 73 | 0 | 10 | 35 | 4 | 2A | 57 | 47 |
| Octal | 365 | 317 | 163 | 0 | 20 | 65 | 4 | 52 | 127 | 107 |
| Binary | 11110101 | 11001111 | 1110011 | 0 | 10000 | 110101 | 100 | 101010 | 1010111 | 1000111 |
Color Harmonies of #F5CF73
Complementary color
Monochromatic Colors of #F5CF73
Black with #F5CF73
Text Example
Text Example
White with #F5CF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF73; }
p { color: rgb(245,207,115); }
H1.HeaderClassName
{
color: #F5CF73;
}
.AnyTagClassName
{
color: #F5CF73;
}
</style>
background-color css
<style>
a { background-color: #F5CF73; }
a { background-color: rgb(245,207,115); }
div.DivClassName
{
background-color: #F5CF73;
}
.BgClassName
{
background-color: #F5CF73;
}
</style>
border-color css
<style>
span { border-color: #F5CF73; }
span { border-color: rgb(245,207,115); }
td.TdClassName
{
border-color: #F5CF73;
}
.TagClassName
{
border-color: #F5CF73;
}
</style>