Shades of Grandis #FEC871
Tints of Grandis #FEC871
RGB
CMYK
RGB Variations
Color information
#FEC871 (or 0xFEC871) is known color: Grandis. HEX triplet: FE, C8 and 71. RGB value is (254,200,113). Sum of RGB (Red+Green+Blue) = 254+200+113=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC871 is #01378E. Grayscale: #CECECE. Windows color (decimal): -79759 or 7457022. OLE color: 7457022.
HSL color Cylindrical-coordinate representation of color #FEC871: hue angle of 37.02º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEC871 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 113 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.00 |
| HSL | 37.02º | 0.99% | 0.72% | - |
| HSV(B) | 37.02º | 0.56% | 1% | - |
| XYZ | 64.51 | 63.57 | 24.49 | - |
| YUV | 206.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 113 | 0 | 0.21 | 0.56 | 0.00 | 37.02 | 0.99 | 0.72 |
| Hex | FE | C8 | 71 | 0 | 15 | 38 | 0 | 25 | 63 | 48 |
| Octal | 376 | 310 | 161 | 0 | 25 | 70 | 0 | 45 | 143 | 110 |
| Binary | 11111110 | 11001000 | 1110001 | 0 | 10101 | 111000 | 0 | 100101 | 1100011 | 1001000 |
Color Harmonies of #FEC871
Complementary color
Monochromatic Colors of #FEC871
Black with #FEC871
Text Example
Text Example
White with #FEC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC871; }
p { color: rgb(254,200,113); }
H1.HeaderClassName
{
color: #FEC871;
}
.AnyTagClassName
{
color: #FEC871;
}
</style>
background-color css
<style>
a { background-color: #FEC871; }
a { background-color: rgb(254,200,113); }
div.DivClassName
{
background-color: #FEC871;
}
.BgClassName
{
background-color: #FEC871;
}
</style>
border-color css
<style>
span { border-color: #FEC871; }
span { border-color: rgb(254,200,113); }
td.TdClassName
{
border-color: #FEC871;
}
.TagClassName
{
border-color: #FEC871;
}
</style>