Shades of Grandis #FCC871
Tints of Grandis #FCC871
RGB
CMYK
RGB Variations
Color information
#FCC871 (or 0xFCC871) is known color: Grandis. HEX triplet: FC, C8 and 71. RGB value is (252,200,113). Sum of RGB (Red+Green+Blue) = 252+200+113=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC871 is #03378E. Grayscale: #CECECE. Windows color (decimal): -210831 or 7457020. OLE color: 7457020.
HSL color Cylindrical-coordinate representation of color #FCC871: hue angle of 37.55º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCC871 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 113 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.01 |
| HSL | 37.55º | 0.96% | 0.72% | - |
| HSV(B) | 37.55º | 0.55% | 0.99% | - |
| XYZ | 63.78 | 63.2 | 24.46 | - |
| YUV | 205.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 113 | 0 | 0.21 | 0.55 | 0.01 | 37.55 | 0.96 | 0.72 |
| Hex | FC | C8 | 71 | 0 | 15 | 37 | 1 | 26 | 60 | 48 |
| Octal | 374 | 310 | 161 | 0 | 25 | 67 | 1 | 46 | 140 | 110 |
| Binary | 11111100 | 11001000 | 1110001 | 0 | 10101 | 110111 | 1 | 100110 | 1100000 | 1001000 |
Color Harmonies of #FCC871
Complementary color
Monochromatic Colors of #FCC871
Black with #FCC871
Text Example
Text Example
White with #FCC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC871; }
p { color: rgb(252,200,113); }
H1.HeaderClassName
{
color: #FCC871;
}
.AnyTagClassName
{
color: #FCC871;
}
</style>
background-color css
<style>
a { background-color: #FCC871; }
a { background-color: rgb(252,200,113); }
div.DivClassName
{
background-color: #FCC871;
}
.BgClassName
{
background-color: #FCC871;
}
</style>
border-color css
<style>
span { border-color: #FCC871; }
span { border-color: rgb(252,200,113); }
td.TdClassName
{
border-color: #FCC871;
}
.TagClassName
{
border-color: #FCC871;
}
</style>