Shades of Grandis #FEC863
Tints of Grandis #FEC863
RGB
CMYK
RGB Variations
Color information
#FEC863 (or 0xFEC863) is known color: Grandis. HEX triplet: FE, C8 and 63. RGB value is (254,200,99). Sum of RGB (Red+Green+Blue) = 254+200+99=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC863 is #01379C. Grayscale: #CDCDCD. Windows color (decimal): -79773 or 6539518. OLE color: 6539518.
HSL color Cylindrical-coordinate representation of color #FEC863: hue angle of 39.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEC863 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 99 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.00 |
| HSL | 39.1º | 0.99% | 0.69% | - |
| HSV(B) | 39.1º | 0.61% | 1% | - |
| XYZ | 63.78 | 63.28 | 20.66 | - |
| YUV | 204.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 99 | 0 | 0.21 | 0.61 | 0.00 | 39.1 | 0.99 | 0.69 |
| Hex | FE | C8 | 63 | 0 | 15 | 3D | 0 | 27 | 63 | 45 |
| Octal | 376 | 310 | 143 | 0 | 25 | 75 | 0 | 47 | 143 | 105 |
| Binary | 11111110 | 11001000 | 1100011 | 0 | 10101 | 111101 | 0 | 100111 | 1100011 | 1000101 |
Color Harmonies of #FEC863
Complementary color
Monochromatic Colors of #FEC863
Black with #FEC863
Text Example
Text Example
White with #FEC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC863; }
p { color: rgb(254,200,99); }
H1.HeaderClassName
{
color: #FEC863;
}
.AnyTagClassName
{
color: #FEC863;
}
</style>
background-color css
<style>
a { background-color: #FEC863; }
a { background-color: rgb(254,200,99); }
div.DivClassName
{
background-color: #FEC863;
}
.BgClassName
{
background-color: #FEC863;
}
</style>
border-color css
<style>
span { border-color: #FEC863; }
span { border-color: rgb(254,200,99); }
td.TdClassName
{
border-color: #FEC863;
}
.TagClassName
{
border-color: #FEC863;
}
</style>