Shades of Grandis #F5D072
Tints of Grandis #F5D072
RGB
CMYK
RGB Variations
Color information
#F5D072 (or 0xF5D072) is known color: Grandis. HEX triplet: F5, D0 and 72. RGB value is (245,208,114). Sum of RGB (Red+Green+Blue) = 245+208+114=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D072 is #0A2F8D. Grayscale: #D0D0D0. Windows color (decimal): -667534 or 7524597. OLE color: 7524597.
HSL color Cylindrical-coordinate representation of color #F5D072: hue angle of 43.05º degrees, saturation: 0.87, 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 #F5D072 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 114 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.04 |
| HSL | 43.05º | 0.87% | 0.7% | - |
| HSV(B) | 43.05º | 0.53% | 0.96% | - |
| XYZ | 63.25 | 65.74 | 25.27 | - |
| YUV | 208.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 114 | 0 | 0.15 | 0.53 | 0.04 | 43.05 | 0.87 | 0.7 |
| Hex | F5 | D0 | 72 | 0 | F | 35 | 4 | 2B | 57 | 46 |
| Octal | 365 | 320 | 162 | 0 | 17 | 65 | 4 | 53 | 127 | 106 |
| Binary | 11110101 | 11010000 | 1110010 | 0 | 1111 | 110101 | 100 | 101011 | 1010111 | 1000110 |
Color Harmonies of #F5D072
Complementary color
Monochromatic Colors of #F5D072
Black with #F5D072
Text Example
Text Example
White with #F5D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D072; }
p { color: rgb(245,208,114); }
H1.HeaderClassName
{
color: #F5D072;
}
.AnyTagClassName
{
color: #F5D072;
}
</style>
background-color css
<style>
a { background-color: #F5D072; }
a { background-color: rgb(245,208,114); }
div.DivClassName
{
background-color: #F5D072;
}
.BgClassName
{
background-color: #F5D072;
}
</style>
border-color css
<style>
span { border-color: #F5D072; }
span { border-color: rgb(245,208,114); }
td.TdClassName
{
border-color: #F5D072;
}
.TagClassName
{
border-color: #F5D072;
}
</style>