Shades of Grandis #FEC665
Tints of Grandis #FEC665
RGB
CMYK
RGB Variations
Color information
#FEC665 (or 0xFEC665) is known color: Grandis. HEX triplet: FE, C6 and 65. RGB value is (254,198,101). Sum of RGB (Red+Green+Blue) = 254+198+101=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC665 is #01399A. Grayscale: #CCCCCC. Windows color (decimal): -80283 or 6670078. OLE color: 6670078.
HSL color Cylindrical-coordinate representation of color #FEC665: hue angle of 38.04º 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 #FEC665 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.00 |
| HSL | 38.04º | 0.99% | 0.7% | - |
| HSV(B) | 38.04º | 0.6% | 1% | - |
| XYZ | 63.42 | 62.4 | 21.01 | - |
| YUV | 203.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 101 | 0 | 0.22 | 0.60 | 0.00 | 38.04 | 0.99 | 0.7 |
| Hex | FE | C6 | 65 | 0 | 16 | 3C | 0 | 26 | 63 | 46 |
| Octal | 376 | 306 | 145 | 0 | 26 | 74 | 0 | 46 | 143 | 106 |
| Binary | 11111110 | 11000110 | 1100101 | 0 | 10110 | 111100 | 0 | 100110 | 1100011 | 1000110 |
Color Harmonies of #FEC665
Complementary color
Monochromatic Colors of #FEC665
Black with #FEC665
Text Example
Text Example
White with #FEC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC665; }
p { color: rgb(254,198,101); }
H1.HeaderClassName
{
color: #FEC665;
}
.AnyTagClassName
{
color: #FEC665;
}
</style>
background-color css
<style>
a { background-color: #FEC665; }
a { background-color: rgb(254,198,101); }
div.DivClassName
{
background-color: #FEC665;
}
.BgClassName
{
background-color: #FEC665;
}
</style>
border-color css
<style>
span { border-color: #FEC665; }
span { border-color: rgb(254,198,101); }
td.TdClassName
{
border-color: #FEC665;
}
.TagClassName
{
border-color: #FEC665;
}
</style>