Shades of Grandis #FEC965
Tints of Grandis #FEC965
RGB
CMYK
RGB Variations
Color information
#FEC965 (or 0xFEC965) is known color: Grandis. HEX triplet: FE, C9 and 65. RGB value is (254,201,101). Sum of RGB (Red+Green+Blue) = 254+201+101=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC965 is #01369A. Grayscale: #CDCDCD. Windows color (decimal): -79515 or 6670846. OLE color: 6670846.
HSL color Cylindrical-coordinate representation of color #FEC965: hue angle of 39.22º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEC965 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 101 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.00 |
| HSL | 39.22º | 0.99% | 0.7% | - |
| HSV(B) | 39.22º | 0.6% | 1% | - |
| XYZ | 64.11 | 63.78 | 21.24 | - |
| YUV | 205.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 101 | 0 | 0.21 | 0.60 | 0.00 | 39.22 | 0.99 | 0.7 |
| Hex | FE | C9 | 65 | 0 | 15 | 3C | 0 | 27 | 63 | 46 |
| Octal | 376 | 311 | 145 | 0 | 25 | 74 | 0 | 47 | 143 | 106 |
| Binary | 11111110 | 11001001 | 1100101 | 0 | 10101 | 111100 | 0 | 100111 | 1100011 | 1000110 |
Color Harmonies of #FEC965
Complementary color
Monochromatic Colors of #FEC965
Black with #FEC965
Text Example
Text Example
White with #FEC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC965; }
p { color: rgb(254,201,101); }
H1.HeaderClassName
{
color: #FEC965;
}
.AnyTagClassName
{
color: #FEC965;
}
</style>
background-color css
<style>
a { background-color: #FEC965; }
a { background-color: rgb(254,201,101); }
div.DivClassName
{
background-color: #FEC965;
}
.BgClassName
{
background-color: #FEC965;
}
</style>
border-color css
<style>
span { border-color: #FEC965; }
span { border-color: rgb(254,201,101); }
td.TdClassName
{
border-color: #FEC965;
}
.TagClassName
{
border-color: #FEC965;
}
</style>