Shades of Grandis #F8CC73
Tints of Grandis #F8CC73
RGB
CMYK
RGB Variations
Color information
#F8CC73 (or 0xF8CC73) is known color: Grandis. HEX triplet: F8, CC and 73. RGB value is (248,204,115). Sum of RGB (Red+Green+Blue) = 248+204+115=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CC73 is #07338C. Grayscale: #CFCFCF. Windows color (decimal): -471949 or 7589112. OLE color: 7589112.
HSL color Cylindrical-coordinate representation of color #F8CC73: hue angle of 40.15º 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 #F8CC73 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 115 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.03 |
| HSL | 40.15º | 0.9% | 0.71% | - |
| HSV(B) | 40.15º | 0.54% | 0.97% | - |
| XYZ | 63.4 | 64.38 | 25.3 | - |
| YUV | 207.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 115 | 0 | 0.18 | 0.54 | 0.03 | 40.15 | 0.9 | 0.71 |
| Hex | F8 | CC | 73 | 0 | 12 | 36 | 3 | 28 | 5A | 47 |
| Octal | 370 | 314 | 163 | 0 | 22 | 66 | 3 | 50 | 132 | 107 |
| Binary | 11111000 | 11001100 | 1110011 | 0 | 10010 | 110110 | 11 | 101000 | 1011010 | 1000111 |
Color Harmonies of #F8CC73
Complementary color
Monochromatic Colors of #F8CC73
Black with #F8CC73
Text Example
Text Example
White with #F8CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC73; }
p { color: rgb(248,204,115); }
H1.HeaderClassName
{
color: #F8CC73;
}
.AnyTagClassName
{
color: #F8CC73;
}
</style>
background-color css
<style>
a { background-color: #F8CC73; }
a { background-color: rgb(248,204,115); }
div.DivClassName
{
background-color: #F8CC73;
}
.BgClassName
{
background-color: #F8CC73;
}
</style>
border-color css
<style>
span { border-color: #F8CC73; }
span { border-color: rgb(248,204,115); }
td.TdClassName
{
border-color: #F8CC73;
}
.TagClassName
{
border-color: #F8CC73;
}
</style>