Shades of Grandis #FEC872
Tints of Grandis #FEC872
RGB
CMYK
RGB Variations
Color information
#FEC872 (or 0xFEC872) is known color: Grandis. HEX triplet: FE, C8 and 72. RGB value is (254,200,114). Sum of RGB (Red+Green+Blue) = 254+200+114=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC872 is #01378D. Grayscale: #CECECE. Windows color (decimal): -79758 or 7522558. OLE color: 7522558.
HSL color Cylindrical-coordinate representation of color #FEC872: hue angle of 36.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEC872 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 114 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.00 |
| HSL | 36.86º | 0.99% | 0.72% | - |
| HSV(B) | 36.86º | 0.55% | 1% | - |
| XYZ | 64.56 | 63.59 | 24.79 | - |
| YUV | 206.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 114 | 0 | 0.21 | 0.55 | 0.00 | 36.86 | 0.99 | 0.72 |
| Hex | FE | C8 | 72 | 0 | 15 | 37 | 0 | 25 | 63 | 48 |
| Octal | 376 | 310 | 162 | 0 | 25 | 67 | 0 | 45 | 143 | 110 |
| Binary | 11111110 | 11001000 | 1110010 | 0 | 10101 | 110111 | 0 | 100101 | 1100011 | 1001000 |
Color Harmonies of #FEC872
Complementary color
Monochromatic Colors of #FEC872
Black with #FEC872
Text Example
Text Example
White with #FEC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC872; }
p { color: rgb(254,200,114); }
H1.HeaderClassName
{
color: #FEC872;
}
.AnyTagClassName
{
color: #FEC872;
}
</style>
background-color css
<style>
a { background-color: #FEC872; }
a { background-color: rgb(254,200,114); }
div.DivClassName
{
background-color: #FEC872;
}
.BgClassName
{
background-color: #FEC872;
}
</style>
border-color css
<style>
span { border-color: #FEC872; }
span { border-color: rgb(254,200,114); }
td.TdClassName
{
border-color: #FEC872;
}
.TagClassName
{
border-color: #FEC872;
}
</style>