Shades of Grandis #F5CF74
Tints of Grandis #F5CF74
RGB
CMYK
RGB Variations
Color information
#F5CF74 (or 0xF5CF74) is known color: Grandis. HEX triplet: F5, CF and 74. RGB value is (245,207,116). Sum of RGB (Red+Green+Blue) = 245+207+116=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF74 is #0A308B. Grayscale: #D0D0D0. Windows color (decimal): -667788 or 7655413. OLE color: 7655413.
HSL color Cylindrical-coordinate representation of color #F5CF74: hue angle of 42.33º 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 #F5CF74 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 116 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.04 |
| HSL | 42.33º | 0.87% | 0.71% | - |
| HSV(B) | 42.33º | 0.53% | 0.96% | - |
| XYZ | 63.12 | 65.3 | 25.8 | - |
| YUV | 207.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 116 | 0 | 0.16 | 0.53 | 0.04 | 42.33 | 0.87 | 0.71 |
| Hex | F5 | CF | 74 | 0 | 10 | 35 | 4 | 2A | 57 | 47 |
| Octal | 365 | 317 | 164 | 0 | 20 | 65 | 4 | 52 | 127 | 107 |
| Binary | 11110101 | 11001111 | 1110100 | 0 | 10000 | 110101 | 100 | 101010 | 1010111 | 1000111 |
Color Harmonies of #F5CF74
Complementary color
Monochromatic Colors of #F5CF74
Black with #F5CF74
Text Example
Text Example
White with #F5CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF74; }
p { color: rgb(245,207,116); }
H1.HeaderClassName
{
color: #F5CF74;
}
.AnyTagClassName
{
color: #F5CF74;
}
</style>
background-color css
<style>
a { background-color: #F5CF74; }
a { background-color: rgb(245,207,116); }
div.DivClassName
{
background-color: #F5CF74;
}
.BgClassName
{
background-color: #F5CF74;
}
</style>
border-color css
<style>
span { border-color: #F5CF74; }
span { border-color: rgb(245,207,116); }
td.TdClassName
{
border-color: #F5CF74;
}
.TagClassName
{
border-color: #F5CF74;
}
</style>