Shades of Grandis #F8D173
Tints of Grandis #F8D173
RGB
CMYK
RGB Variations
Color information
#F8D173 (or 0xF8D173) is known color: Grandis. HEX triplet: F8, D1 and 73. RGB value is (248,209,115). Sum of RGB (Red+Green+Blue) = 248+209+115=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D173 is #072E8C. Grayscale: #D2D2D2. Windows color (decimal): -470669 or 7590392. OLE color: 7590392.
HSL color Cylindrical-coordinate representation of color #F8D173: hue angle of 42.41º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8D173 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 115 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.03 |
| HSL | 42.41º | 0.9% | 0.71% | - |
| HSV(B) | 42.41º | 0.54% | 0.97% | - |
| XYZ | 64.61 | 66.8 | 25.71 | - |
| YUV | 209.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 115 | 0 | 0.16 | 0.54 | 0.03 | 42.41 | 0.9 | 0.71 |
| Hex | F8 | D1 | 73 | 0 | 10 | 36 | 3 | 2A | 5A | 47 |
| Octal | 370 | 321 | 163 | 0 | 20 | 66 | 3 | 52 | 132 | 107 |
| Binary | 11111000 | 11010001 | 1110011 | 0 | 10000 | 110110 | 11 | 101010 | 1011010 | 1000111 |
Color Harmonies of #F8D173
Complementary color
Monochromatic Colors of #F8D173
Black with #F8D173
Text Example
Text Example
White with #F8D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D173; }
p { color: rgb(248,209,115); }
H1.HeaderClassName
{
color: #F8D173;
}
.AnyTagClassName
{
color: #F8D173;
}
</style>
background-color css
<style>
a { background-color: #F8D173; }
a { background-color: rgb(248,209,115); }
div.DivClassName
{
background-color: #F8D173;
}
.BgClassName
{
background-color: #F8D173;
}
</style>
border-color css
<style>
span { border-color: #F8D173; }
span { border-color: rgb(248,209,115); }
td.TdClassName
{
border-color: #F8D173;
}
.TagClassName
{
border-color: #F8D173;
}
</style>