Shades of Grandis #F4C872
Tints of Grandis #F4C872
RGB
CMYK
RGB Variations
Color information
#F4C872 (or 0xF4C872) is known color: Grandis. HEX triplet: F4, C8 and 72. RGB value is (244,200,114). Sum of RGB (Red+Green+Blue) = 244+200+114=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C872 is #0B378D. Grayscale: #CBCBCB. Windows color (decimal): -735118 or 7522548. OLE color: 7522548.
HSL color Cylindrical-coordinate representation of color #F4C872: hue angle of 39.69º 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 #F4C872 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 200 | 114 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.04 |
| HSL | 39.69º | 0.86% | 0.7% | - |
| HSV(B) | 39.69º | 0.53% | 0.96% | - |
| XYZ | 61 | 61.76 | 24.62 | - |
| YUV | 203.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 200 | 114 | 0 | 0.18 | 0.53 | 0.04 | 39.69 | 0.86 | 0.7 |
| Hex | F4 | C8 | 72 | 0 | 12 | 35 | 4 | 28 | 56 | 46 |
| Octal | 364 | 310 | 162 | 0 | 22 | 65 | 4 | 50 | 126 | 106 |
| Binary | 11110100 | 11001000 | 1110010 | 0 | 10010 | 110101 | 100 | 101000 | 1010110 | 1000110 |
Color Harmonies of #F4C872
Complementary color
Monochromatic Colors of #F4C872
Black with #F4C872
Text Example
Text Example
White with #F4C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C872; }
p { color: rgb(244,200,114); }
H1.HeaderClassName
{
color: #F4C872;
}
.AnyTagClassName
{
color: #F4C872;
}
</style>
background-color css
<style>
a { background-color: #F4C872; }
a { background-color: rgb(244,200,114); }
div.DivClassName
{
background-color: #F4C872;
}
.BgClassName
{
background-color: #F4C872;
}
</style>
border-color css
<style>
span { border-color: #F4C872; }
span { border-color: rgb(244,200,114); }
td.TdClassName
{
border-color: #F4C872;
}
.TagClassName
{
border-color: #F4C872;
}
</style>