Shades of Grandis #FECB66
Tints of Grandis #FECB66
RGB
CMYK
RGB Variations
Color information
#FECB66 (or 0xFECB66) is known color: Grandis. HEX triplet: FE, CB and 66. RGB value is (254,203,102). Sum of RGB (Red+Green+Blue) = 254+203+102=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB66 is #013499. Grayscale: #CFCFCF. Windows color (decimal): -79002 or 6736894. OLE color: 6736894.
HSL color Cylindrical-coordinate representation of color #FECB66: hue angle of 39.87º 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 #FECB66 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 102 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.00 |
| HSL | 39.87º | 0.99% | 0.7% | - |
| HSV(B) | 39.87º | 0.6% | 1% | - |
| XYZ | 64.63 | 64.74 | 21.66 | - |
| YUV | 206.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 102 | 0 | 0.20 | 0.60 | 0.00 | 39.87 | 0.99 | 0.7 |
| Hex | FE | CB | 66 | 0 | 14 | 3C | 0 | 28 | 63 | 46 |
| Octal | 376 | 313 | 146 | 0 | 24 | 74 | 0 | 50 | 143 | 106 |
| Binary | 11111110 | 11001011 | 1100110 | 0 | 10100 | 111100 | 0 | 101000 | 1100011 | 1000110 |
Color Harmonies of #FECB66
Complementary color
Monochromatic Colors of #FECB66
Black with #FECB66
Text Example
Text Example
White with #FECB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB66; }
p { color: rgb(254,203,102); }
H1.HeaderClassName
{
color: #FECB66;
}
.AnyTagClassName
{
color: #FECB66;
}
</style>
background-color css
<style>
a { background-color: #FECB66; }
a { background-color: rgb(254,203,102); }
div.DivClassName
{
background-color: #FECB66;
}
.BgClassName
{
background-color: #FECB66;
}
</style>
border-color css
<style>
span { border-color: #FECB66; }
span { border-color: rgb(254,203,102); }
td.TdClassName
{
border-color: #FECB66;
}
.TagClassName
{
border-color: #FECB66;
}
</style>