Shades of Grandis #FFC973
Tints of Grandis #FFC973
RGB
CMYK
RGB Variations
Color information
#FFC973 (or 0xFFC973) is known color: Grandis. HEX triplet: FF, C9 and 73. RGB value is (255,201,115). Sum of RGB (Red+Green+Blue) = 255+201+115=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC973 is #00368C. Grayscale: #CFCFCF. Windows color (decimal): -13965 or 7588351. OLE color: 7588351.
HSL color Cylindrical-coordinate representation of color #FFC973: hue angle of 36.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC973 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 115 | - |
| CMYK | 0 | 0.21 | 0.55 | 0 |
| HSL | 36.86º | 1% | 0.73% | - |
| HSV(B) | 36.86º | 0.55% | 1% | - |
| XYZ | 65.22 | 64.27 | 25.19 | - |
| YUV | 207.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 115 | 0 | 0.21 | 0.55 | 0 | 36.86 | 1 | 0.73 |
| Hex | FF | C9 | 73 | 0 | 15 | 37 | 0 | 25 | 64 | 49 |
| Octal | 377 | 311 | 163 | 0 | 25 | 67 | 0 | 45 | 144 | 111 |
| Binary | 11111111 | 11001001 | 1110011 | 0 | 10101 | 110111 | 0 | 100101 | 1100100 | 1001001 |
Color Harmonies of #FFC973
Complementary color
Monochromatic Colors of #FFC973
Black with #FFC973
Text Example
Text Example
White with #FFC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC973; }
p { color: rgb(255,201,115); }
H1.HeaderClassName
{
color: #FFC973;
}
.AnyTagClassName
{
color: #FFC973;
}
</style>
background-color css
<style>
a { background-color: #FFC973; }
a { background-color: rgb(255,201,115); }
div.DivClassName
{
background-color: #FFC973;
}
.BgClassName
{
background-color: #FFC973;
}
</style>
border-color css
<style>
span { border-color: #FFC973; }
span { border-color: rgb(255,201,115); }
td.TdClassName
{
border-color: #FFC973;
}
.TagClassName
{
border-color: #FFC973;
}
</style>