Shades of Grandis #FEC666
Tints of Grandis #FEC666
RGB
CMYK
RGB Variations
Color information
#FEC666 (or 0xFEC666) is known color: Grandis. HEX triplet: FE, C6 and 66. RGB value is (254,198,102). Sum of RGB (Red+Green+Blue) = 254+198+102=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC666 is #013999. Grayscale: #CCCCCC. Windows color (decimal): -80282 or 6735614. OLE color: 6735614.
HSL color Cylindrical-coordinate representation of color #FEC666: hue angle of 37.89º 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 #FEC666 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 102 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.00 |
| HSL | 37.89º | 0.99% | 0.7% | - |
| HSV(B) | 37.89º | 0.6% | 1% | - |
| XYZ | 63.47 | 62.42 | 21.27 | - |
| YUV | 203.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 102 | 0 | 0.22 | 0.60 | 0.00 | 37.89 | 0.99 | 0.7 |
| Hex | FE | C6 | 66 | 0 | 16 | 3C | 0 | 26 | 63 | 46 |
| Octal | 376 | 306 | 146 | 0 | 26 | 74 | 0 | 46 | 143 | 106 |
| Binary | 11111110 | 11000110 | 1100110 | 0 | 10110 | 111100 | 0 | 100110 | 1100011 | 1000110 |
Color Harmonies of #FEC666
Complementary color
Monochromatic Colors of #FEC666
Black with #FEC666
Text Example
Text Example
White with #FEC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC666; }
p { color: rgb(254,198,102); }
H1.HeaderClassName
{
color: #FEC666;
}
.AnyTagClassName
{
color: #FEC666;
}
</style>
background-color css
<style>
a { background-color: #FEC666; }
a { background-color: rgb(254,198,102); }
div.DivClassName
{
background-color: #FEC666;
}
.BgClassName
{
background-color: #FEC666;
}
</style>
border-color css
<style>
span { border-color: #FEC666; }
span { border-color: rgb(254,198,102); }
td.TdClassName
{
border-color: #FEC666;
}
.TagClassName
{
border-color: #FEC666;
}
</style>