Shades of Grandis #FEC870
Tints of Grandis #FEC870
RGB
CMYK
RGB Variations
Color information
#FEC870 (or 0xFEC870) is known color: Grandis. HEX triplet: FE, C8 and 70. RGB value is (254,200,112). Sum of RGB (Red+Green+Blue) = 254+200+112=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC870 is #01378F. Grayscale: #CECECE. Windows color (decimal): -79760 or 7391486. OLE color: 7391486.
HSL color Cylindrical-coordinate representation of color #FEC870: hue angle of 37.18º 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 #FEC870 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 112 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.00 |
| HSL | 37.18º | 0.99% | 0.72% | - |
| HSV(B) | 37.18º | 0.56% | 1% | - |
| XYZ | 64.45 | 63.55 | 24.2 | - |
| YUV | 206.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 112 | 0 | 0.21 | 0.56 | 0.00 | 37.18 | 0.99 | 0.72 |
| Hex | FE | C8 | 70 | 0 | 15 | 38 | 0 | 25 | 63 | 48 |
| Octal | 376 | 310 | 160 | 0 | 25 | 70 | 0 | 45 | 143 | 110 |
| Binary | 11111110 | 11001000 | 1110000 | 0 | 10101 | 111000 | 0 | 100101 | 1100011 | 1001000 |
Color Harmonies of #FEC870
Complementary color
Monochromatic Colors of #FEC870
Black with #FEC870
Text Example
Text Example
White with #FEC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC870; }
p { color: rgb(254,200,112); }
H1.HeaderClassName
{
color: #FEC870;
}
.AnyTagClassName
{
color: #FEC870;
}
</style>
background-color css
<style>
a { background-color: #FEC870; }
a { background-color: rgb(254,200,112); }
div.DivClassName
{
background-color: #FEC870;
}
.BgClassName
{
background-color: #FEC870;
}
</style>
border-color css
<style>
span { border-color: #FEC870; }
span { border-color: rgb(254,200,112); }
td.TdClassName
{
border-color: #FEC870;
}
.TagClassName
{
border-color: #FEC870;
}
</style>