Shades of Grandis #FCCF73
Tints of Grandis #FCCF73
RGB
CMYK
RGB Variations
Color information
#FCCF73 (or 0xFCCF73) is known color: Grandis. HEX triplet: FC, CF and 73. RGB value is (252,207,115). Sum of RGB (Red+Green+Blue) = 252+207+115=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF73 is #03308C. Grayscale: #D2D2D2. Windows color (decimal): -209037 or 7589884. OLE color: 7589884.
HSL color Cylindrical-coordinate representation of color #FCCF73: hue angle of 40.29º 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 #FCCF73 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 115 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.01 |
| HSL | 40.29º | 0.96% | 0.72% | - |
| HSV(B) | 40.29º | 0.54% | 0.99% | - |
| XYZ | 65.55 | 66.56 | 25.61 | - |
| YUV | 209.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 115 | 0 | 0.18 | 0.54 | 0.01 | 40.29 | 0.96 | 0.72 |
| Hex | FC | CF | 73 | 0 | 12 | 36 | 1 | 28 | 60 | 48 |
| Octal | 374 | 317 | 163 | 0 | 22 | 66 | 1 | 50 | 140 | 110 |
| Binary | 11111100 | 11001111 | 1110011 | 0 | 10010 | 110110 | 1 | 101000 | 1100000 | 1001000 |
Color Harmonies of #FCCF73
Complementary color
Monochromatic Colors of #FCCF73
Black with #FCCF73
Text Example
Text Example
White with #FCCF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF73; }
p { color: rgb(252,207,115); }
H1.HeaderClassName
{
color: #FCCF73;
}
.AnyTagClassName
{
color: #FCCF73;
}
</style>
background-color css
<style>
a { background-color: #FCCF73; }
a { background-color: rgb(252,207,115); }
div.DivClassName
{
background-color: #FCCF73;
}
.BgClassName
{
background-color: #FCCF73;
}
</style>
border-color css
<style>
span { border-color: #FCCF73; }
span { border-color: rgb(252,207,115); }
td.TdClassName
{
border-color: #FCCF73;
}
.TagClassName
{
border-color: #FCCF73;
}
</style>