Shades of Grandis #FDC871
Tints of Grandis #FDC871
RGB
CMYK
RGB Variations
Color information
#FDC871 (or 0xFDC871) is known color: Grandis. HEX triplet: FD, C8 and 71. RGB value is (253,200,113). Sum of RGB (Red+Green+Blue) = 253+200+113=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC871 is #02378E. Grayscale: #CECECE. Windows color (decimal): -145295 or 7457021. OLE color: 7457021.
HSL color Cylindrical-coordinate representation of color #FDC871: hue angle of 37.29º degrees, saturation: 0.97, 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 #FDC871 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 113 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.01 |
| HSL | 37.29º | 0.97% | 0.72% | - |
| HSV(B) | 37.29º | 0.55% | 0.99% | - |
| XYZ | 64.14 | 63.38 | 24.48 | - |
| YUV | 205.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 113 | 0 | 0.21 | 0.55 | 0.01 | 37.29 | 0.97 | 0.72 |
| Hex | FD | C8 | 71 | 0 | 15 | 37 | 1 | 25 | 61 | 48 |
| Octal | 375 | 310 | 161 | 0 | 25 | 67 | 1 | 45 | 141 | 110 |
| Binary | 11111101 | 11001000 | 1110001 | 0 | 10101 | 110111 | 1 | 100101 | 1100001 | 1001000 |
Color Harmonies of #FDC871
Complementary color
Monochromatic Colors of #FDC871
Black with #FDC871
Text Example
Text Example
White with #FDC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC871; }
p { color: rgb(253,200,113); }
H1.HeaderClassName
{
color: #FDC871;
}
.AnyTagClassName
{
color: #FDC871;
}
</style>
background-color css
<style>
a { background-color: #FDC871; }
a { background-color: rgb(253,200,113); }
div.DivClassName
{
background-color: #FDC871;
}
.BgClassName
{
background-color: #FDC871;
}
</style>
border-color css
<style>
span { border-color: #FDC871; }
span { border-color: rgb(253,200,113); }
td.TdClassName
{
border-color: #FDC871;
}
.TagClassName
{
border-color: #FDC871;
}
</style>