Shades of Grandis #FEC66C
Tints of Grandis #FEC66C
RGB
CMYK
RGB Variations
Color information
#FEC66C (or 0xFEC66C) is known color: Grandis. HEX triplet: FE, C6 and 6C. RGB value is (254,198,108). Sum of RGB (Red+Green+Blue) = 254+198+108=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC66C is #013993. Grayscale: #CCCCCC. Windows color (decimal): -80276 or 7128830. OLE color: 7128830.
HSL color Cylindrical-coordinate representation of color #FEC66C: hue angle of 36.99º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEC66C is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 108 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.00 |
| HSL | 36.99º | 0.99% | 0.71% | - |
| HSV(B) | 36.99º | 0.57% | 1% | - |
| XYZ | 63.77 | 62.54 | 22.9 | - |
| YUV | 204.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 108 | 0 | 0.22 | 0.57 | 0.00 | 36.99 | 0.99 | 0.71 |
| Hex | FE | C6 | 6C | 0 | 16 | 39 | 0 | 25 | 63 | 47 |
| Octal | 376 | 306 | 154 | 0 | 26 | 71 | 0 | 45 | 143 | 107 |
| Binary | 11111110 | 11000110 | 1101100 | 0 | 10110 | 111001 | 0 | 100101 | 1100011 | 1000111 |
Color Harmonies of #FEC66C
Complementary color
Monochromatic Colors of #FEC66C
Black with #FEC66C
Text Example
Text Example
White with #FEC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC66C; }
p { color: rgb(254,198,108); }
H1.HeaderClassName
{
color: #FEC66C;
}
.AnyTagClassName
{
color: #FEC66C;
}
</style>
background-color css
<style>
a { background-color: #FEC66C; }
a { background-color: rgb(254,198,108); }
div.DivClassName
{
background-color: #FEC66C;
}
.BgClassName
{
background-color: #FEC66C;
}
</style>
border-color css
<style>
span { border-color: #FEC66C; }
span { border-color: rgb(254,198,108); }
td.TdClassName
{
border-color: #FEC66C;
}
.TagClassName
{
border-color: #FEC66C;
}
</style>