Shades of Grandis #FEC86F
Tints of Grandis #FEC86F
RGB
CMYK
RGB Variations
Color information
#FEC86F (or 0xFEC86F) is known color: Grandis. HEX triplet: FE, C8 and 6F. RGB value is (254,200,111). Sum of RGB (Red+Green+Blue) = 254+200+111=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC86F is #013790. Grayscale: #CECECE. Windows color (decimal): -79761 or 7325950. OLE color: 7325950.
HSL color Cylindrical-coordinate representation of color #FEC86F: hue angle of 37.34º 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 #FEC86F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 111 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.00 |
| HSL | 37.34º | 0.99% | 0.72% | - |
| HSV(B) | 37.34º | 0.56% | 1% | - |
| XYZ | 64.4 | 63.53 | 23.91 | - |
| YUV | 206 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 111 | 0 | 0.21 | 0.56 | 0.00 | 37.34 | 0.99 | 0.72 |
| Hex | FE | C8 | 6F | 0 | 15 | 38 | 0 | 25 | 63 | 48 |
| Octal | 376 | 310 | 157 | 0 | 25 | 70 | 0 | 45 | 143 | 110 |
| Binary | 11111110 | 11001000 | 1101111 | 0 | 10101 | 111000 | 0 | 100101 | 1100011 | 1001000 |
Color Harmonies of #FEC86F
Complementary color
Monochromatic Colors of #FEC86F
Black with #FEC86F
Text Example
Text Example
White with #FEC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC86F; }
p { color: rgb(254,200,111); }
H1.HeaderClassName
{
color: #FEC86F;
}
.AnyTagClassName
{
color: #FEC86F;
}
</style>
background-color css
<style>
a { background-color: #FEC86F; }
a { background-color: rgb(254,200,111); }
div.DivClassName
{
background-color: #FEC86F;
}
.BgClassName
{
background-color: #FEC86F;
}
</style>
border-color css
<style>
span { border-color: #FEC86F; }
span { border-color: rgb(254,200,111); }
td.TdClassName
{
border-color: #FEC86F;
}
.TagClassName
{
border-color: #FEC86F;
}
</style>