Shades of Grandis #F4D072
Tints of Grandis #F4D072
RGB
CMYK
RGB Variations
Color information
#F4D072 (or 0xF4D072) is known color: Grandis. HEX triplet: F4, D0 and 72. RGB value is (244,208,114). Sum of RGB (Red+Green+Blue) = 244+208+114=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D072 is #0B2F8D. Grayscale: #D0D0D0. Windows color (decimal): -733070 or 7524596. OLE color: 7524596.
HSL color Cylindrical-coordinate representation of color #F4D072: hue angle of 43.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4D072 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 114 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.04 |
| HSL | 43.38º | 0.86% | 0.7% | - |
| HSV(B) | 43.38º | 0.53% | 0.96% | - |
| XYZ | 62.9 | 65.56 | 25.26 | - |
| YUV | 208.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 114 | 0 | 0.15 | 0.53 | 0.04 | 43.38 | 0.86 | 0.7 |
| Hex | F4 | D0 | 72 | 0 | F | 35 | 4 | 2B | 56 | 46 |
| Octal | 364 | 320 | 162 | 0 | 17 | 65 | 4 | 53 | 126 | 106 |
| Binary | 11110100 | 11010000 | 1110010 | 0 | 1111 | 110101 | 100 | 101011 | 1010110 | 1000110 |
Color Harmonies of #F4D072
Complementary color
Monochromatic Colors of #F4D072
Black with #F4D072
Text Example
Text Example
White with #F4D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D072; }
p { color: rgb(244,208,114); }
H1.HeaderClassName
{
color: #F4D072;
}
.AnyTagClassName
{
color: #F4D072;
}
</style>
background-color css
<style>
a { background-color: #F4D072; }
a { background-color: rgb(244,208,114); }
div.DivClassName
{
background-color: #F4D072;
}
.BgClassName
{
background-color: #F4D072;
}
</style>
border-color css
<style>
span { border-color: #F4D072; }
span { border-color: rgb(244,208,114); }
td.TdClassName
{
border-color: #F4D072;
}
.TagClassName
{
border-color: #F4D072;
}
</style>