Shades of Grandis #F4CF74
Tints of Grandis #F4CF74
RGB
CMYK
RGB Variations
Color information
#F4CF74 (or 0xF4CF74) is known color: Grandis. HEX triplet: F4, CF and 74. RGB value is (244,207,116). Sum of RGB (Red+Green+Blue) = 244+207+116=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF74 is #0B308B. Grayscale: #D0D0D0. Windows color (decimal): -733324 or 7655412. OLE color: 7655412.
HSL color Cylindrical-coordinate representation of color #F4CF74: hue angle of 42.66º degrees, saturation: 0.85, 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 #F4CF74 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 116 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.04 |
| HSL | 42.66º | 0.85% | 0.71% | - |
| HSV(B) | 42.66º | 0.52% | 0.96% | - |
| XYZ | 62.77 | 65.12 | 25.78 | - |
| YUV | 207.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 116 | 0 | 0.15 | 0.52 | 0.04 | 42.66 | 0.85 | 0.71 |
| Hex | F4 | CF | 74 | 0 | F | 34 | 4 | 2B | 55 | 47 |
| Octal | 364 | 317 | 164 | 0 | 17 | 64 | 4 | 53 | 125 | 107 |
| Binary | 11110100 | 11001111 | 1110100 | 0 | 1111 | 110100 | 100 | 101011 | 1010101 | 1000111 |
Color Harmonies of #F4CF74
Complementary color
Monochromatic Colors of #F4CF74
Black with #F4CF74
Text Example
Text Example
White with #F4CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CF74; }
p { color: rgb(244,207,116); }
H1.HeaderClassName
{
color: #F4CF74;
}
.AnyTagClassName
{
color: #F4CF74;
}
</style>
background-color css
<style>
a { background-color: #F4CF74; }
a { background-color: rgb(244,207,116); }
div.DivClassName
{
background-color: #F4CF74;
}
.BgClassName
{
background-color: #F4CF74;
}
</style>
border-color css
<style>
span { border-color: #F4CF74; }
span { border-color: rgb(244,207,116); }
td.TdClassName
{
border-color: #F4CF74;
}
.TagClassName
{
border-color: #F4CF74;
}
</style>