Shades of Grandis #FCCE73
Tints of Grandis #FCCE73
RGB
CMYK
RGB Variations
Color information
#FCCE73 (or 0xFCCE73) is known color: Grandis. HEX triplet: FC, CE and 73. RGB value is (252,206,115). Sum of RGB (Red+Green+Blue) = 252+206+115=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE73 is #03318C. Grayscale: #D1D1D1. Windows color (decimal): -209293 or 7589628. OLE color: 7589628.
HSL color Cylindrical-coordinate representation of color #FCCE73: hue angle of 39.85º 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 #FCCE73 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 115 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.01 |
| HSL | 39.85º | 0.96% | 0.72% | - |
| HSV(B) | 39.85º | 0.54% | 0.99% | - |
| XYZ | 65.31 | 66.08 | 25.53 | - |
| YUV | 209.38 | 74.74 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 115 | 0 | 0.18 | 0.54 | 0.01 | 39.85 | 0.96 | 0.72 |
| Hex | FC | CE | 73 | 0 | 12 | 36 | 1 | 28 | 60 | 48 |
| Octal | 374 | 316 | 163 | 0 | 22 | 66 | 1 | 50 | 140 | 110 |
| Binary | 11111100 | 11001110 | 1110011 | 0 | 10010 | 110110 | 1 | 101000 | 1100000 | 1001000 |
Color Harmonies of #FCCE73
Complementary color
Monochromatic Colors of #FCCE73
Black with #FCCE73
Text Example
Text Example
White with #FCCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE73; }
p { color: rgb(252,206,115); }
H1.HeaderClassName
{
color: #FCCE73;
}
.AnyTagClassName
{
color: #FCCE73;
}
</style>
background-color css
<style>
a { background-color: #FCCE73; }
a { background-color: rgb(252,206,115); }
div.DivClassName
{
background-color: #FCCE73;
}
.BgClassName
{
background-color: #FCCE73;
}
</style>
border-color css
<style>
span { border-color: #FCCE73; }
span { border-color: rgb(252,206,115); }
td.TdClassName
{
border-color: #FCCE73;
}
.TagClassName
{
border-color: #FCCE73;
}
</style>