Shades of Grandis #FEC766
Tints of Grandis #FEC766
RGB
CMYK
RGB Variations
Color information
#FEC766 (or 0xFEC766) is known color: Grandis. HEX triplet: FE, C7 and 66. RGB value is (254,199,102). Sum of RGB (Red+Green+Blue) = 254+199+102=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC766 is #013899. Grayscale: #CCCCCC. Windows color (decimal): -80026 or 6735870. OLE color: 6735870.
HSL color Cylindrical-coordinate representation of color #FEC766: hue angle of 38.29º 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 #FEC766 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 102 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.00 |
| HSL | 38.29º | 0.99% | 0.7% | - |
| HSV(B) | 38.29º | 0.6% | 1% | - |
| XYZ | 63.69 | 62.88 | 21.35 | - |
| YUV | 204.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 102 | 0 | 0.22 | 0.60 | 0.00 | 38.29 | 0.99 | 0.7 |
| Hex | FE | C7 | 66 | 0 | 16 | 3C | 0 | 26 | 63 | 46 |
| Octal | 376 | 307 | 146 | 0 | 26 | 74 | 0 | 46 | 143 | 106 |
| Binary | 11111110 | 11000111 | 1100110 | 0 | 10110 | 111100 | 0 | 100110 | 1100011 | 1000110 |
Color Harmonies of #FEC766
Complementary color
Monochromatic Colors of #FEC766
Black with #FEC766
Text Example
Text Example
White with #FEC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC766; }
p { color: rgb(254,199,102); }
H1.HeaderClassName
{
color: #FEC766;
}
.AnyTagClassName
{
color: #FEC766;
}
</style>
background-color css
<style>
a { background-color: #FEC766; }
a { background-color: rgb(254,199,102); }
div.DivClassName
{
background-color: #FEC766;
}
.BgClassName
{
background-color: #FEC766;
}
</style>
border-color css
<style>
span { border-color: #FEC766; }
span { border-color: rgb(254,199,102); }
td.TdClassName
{
border-color: #FEC766;
}
.TagClassName
{
border-color: #FEC766;
}
</style>