Shades of Grandis #F5D073
Tints of Grandis #F5D073
RGB
CMYK
RGB Variations
Color information
#F5D073 (or 0xF5D073) is known color: Grandis. HEX triplet: F5, D0 and 73. RGB value is (245,208,115). Sum of RGB (Red+Green+Blue) = 245+208+115=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D073 is #0A2F8C. Grayscale: #D0D0D0. Windows color (decimal): -667533 or 7590133. OLE color: 7590133.
HSL color Cylindrical-coordinate representation of color #F5D073: hue angle of 42.92º 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 #F5D073 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 115 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.04 |
| HSL | 42.92º | 0.87% | 0.71% | - |
| HSV(B) | 42.92º | 0.53% | 0.96% | - |
| XYZ | 63.31 | 65.76 | 25.58 | - |
| YUV | 208.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 115 | 0 | 0.15 | 0.53 | 0.04 | 42.92 | 0.87 | 0.71 |
| Hex | F5 | D0 | 73 | 0 | F | 35 | 4 | 2B | 57 | 47 |
| Octal | 365 | 320 | 163 | 0 | 17 | 65 | 4 | 53 | 127 | 107 |
| Binary | 11110101 | 11010000 | 1110011 | 0 | 1111 | 110101 | 100 | 101011 | 1010111 | 1000111 |
Color Harmonies of #F5D073
Complementary color
Monochromatic Colors of #F5D073
Black with #F5D073
Text Example
Text Example
White with #F5D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D073; }
p { color: rgb(245,208,115); }
H1.HeaderClassName
{
color: #F5D073;
}
.AnyTagClassName
{
color: #F5D073;
}
</style>
background-color css
<style>
a { background-color: #F5D073; }
a { background-color: rgb(245,208,115); }
div.DivClassName
{
background-color: #F5D073;
}
.BgClassName
{
background-color: #F5D073;
}
</style>
border-color css
<style>
span { border-color: #F5D073; }
span { border-color: rgb(245,208,115); }
td.TdClassName
{
border-color: #F5D073;
}
.TagClassName
{
border-color: #F5D073;
}
</style>