Shades of Grandis #FCC973
Tints of Grandis #FCC973
RGB
CMYK
RGB Variations
Color information
#FCC973 (or 0xFCC973) is known color: Grandis. HEX triplet: FC, C9 and 73. RGB value is (252,201,115). Sum of RGB (Red+Green+Blue) = 252+201+115=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC973 is #03368C. Grayscale: #CECECE. Windows color (decimal): -210573 or 7588348. OLE color: 7588348.
HSL color Cylindrical-coordinate representation of color #FCC973: hue angle of 37.66º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCC973 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 115 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.01 |
| HSL | 37.66º | 0.96% | 0.72% | - |
| HSV(B) | 37.66º | 0.54% | 0.99% | - |
| XYZ | 64.13 | 63.71 | 25.14 | - |
| YUV | 206.45 | 76.4 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 115 | 0 | 0.20 | 0.54 | 0.01 | 37.66 | 0.96 | 0.72 |
| Hex | FC | C9 | 73 | 0 | 14 | 36 | 1 | 26 | 60 | 48 |
| Octal | 374 | 311 | 163 | 0 | 24 | 66 | 1 | 46 | 140 | 110 |
| Binary | 11111100 | 11001001 | 1110011 | 0 | 10100 | 110110 | 1 | 100110 | 1100000 | 1001000 |
Color Harmonies of #FCC973
Complementary color
Monochromatic Colors of #FCC973
Black with #FCC973
Text Example
Text Example
White with #FCC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC973; }
p { color: rgb(252,201,115); }
H1.HeaderClassName
{
color: #FCC973;
}
.AnyTagClassName
{
color: #FCC973;
}
</style>
background-color css
<style>
a { background-color: #FCC973; }
a { background-color: rgb(252,201,115); }
div.DivClassName
{
background-color: #FCC973;
}
.BgClassName
{
background-color: #FCC973;
}
</style>
border-color css
<style>
span { border-color: #FCC973; }
span { border-color: rgb(252,201,115); }
td.TdClassName
{
border-color: #FCC973;
}
.TagClassName
{
border-color: #FCC973;
}
</style>