Shades of Grandis #FEC963
Tints of Grandis #FEC963
RGB
CMYK
RGB Variations
Color information
#FEC963 (or 0xFEC963) is known color: Grandis. HEX triplet: FE, C9 and 63. RGB value is (254,201,99). Sum of RGB (Red+Green+Blue) = 254+201+99=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC963 is #01369C. Grayscale: #CDCDCD. Windows color (decimal): -79517 or 6539774. OLE color: 6539774.
HSL color Cylindrical-coordinate representation of color #FEC963: hue angle of 39.48º 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 #FEC963 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 99 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.00 |
| HSL | 39.48º | 0.99% | 0.69% | - |
| HSV(B) | 39.48º | 0.61% | 1% | - |
| XYZ | 64.01 | 63.74 | 20.73 | - |
| YUV | 205.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 99 | 0 | 0.21 | 0.61 | 0.00 | 39.48 | 0.99 | 0.69 |
| Hex | FE | C9 | 63 | 0 | 15 | 3D | 0 | 27 | 63 | 45 |
| Octal | 376 | 311 | 143 | 0 | 25 | 75 | 0 | 47 | 143 | 105 |
| Binary | 11111110 | 11001001 | 1100011 | 0 | 10101 | 111101 | 0 | 100111 | 1100011 | 1000101 |
Color Harmonies of #FEC963
Complementary color
Monochromatic Colors of #FEC963
Black with #FEC963
Text Example
Text Example
White with #FEC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC963; }
p { color: rgb(254,201,99); }
H1.HeaderClassName
{
color: #FEC963;
}
.AnyTagClassName
{
color: #FEC963;
}
</style>
background-color css
<style>
a { background-color: #FEC963; }
a { background-color: rgb(254,201,99); }
div.DivClassName
{
background-color: #FEC963;
}
.BgClassName
{
background-color: #FEC963;
}
</style>
border-color css
<style>
span { border-color: #FEC963; }
span { border-color: rgb(254,201,99); }
td.TdClassName
{
border-color: #FEC963;
}
.TagClassName
{
border-color: #FEC963;
}
</style>