Shades of Grandis #FECE6C
Tints of Grandis #FECE6C
RGB
CMYK
RGB Variations
Color information
#FECE6C (or 0xFECE6C) is known color: Grandis. HEX triplet: FE, CE and 6C. RGB value is (254,206,108). Sum of RGB (Red+Green+Blue) = 254+206+108=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE6C is #013193. Grayscale: #D1D1D1. Windows color (decimal): -78228 or 7130878. OLE color: 7130878.
HSL color Cylindrical-coordinate representation of color #FECE6C: hue angle of 40.27º 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 #FECE6C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 108 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.00 |
| HSL | 40.27º | 0.99% | 0.71% | - |
| HSV(B) | 40.27º | 0.57% | 1% | - |
| XYZ | 65.65 | 66.3 | 23.52 | - |
| YUV | 209.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 108 | 0 | 0.19 | 0.57 | 0.00 | 40.27 | 0.99 | 0.71 |
| Hex | FE | CE | 6C | 0 | 13 | 39 | 0 | 28 | 63 | 47 |
| Octal | 376 | 316 | 154 | 0 | 23 | 71 | 0 | 50 | 143 | 107 |
| Binary | 11111110 | 11001110 | 1101100 | 0 | 10011 | 111001 | 0 | 101000 | 1100011 | 1000111 |
Color Harmonies of #FECE6C
Complementary color
Monochromatic Colors of #FECE6C
Black with #FECE6C
Text Example
Text Example
White with #FECE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE6C; }
p { color: rgb(254,206,108); }
H1.HeaderClassName
{
color: #FECE6C;
}
.AnyTagClassName
{
color: #FECE6C;
}
</style>
background-color css
<style>
a { background-color: #FECE6C; }
a { background-color: rgb(254,206,108); }
div.DivClassName
{
background-color: #FECE6C;
}
.BgClassName
{
background-color: #FECE6C;
}
</style>
border-color css
<style>
span { border-color: #FECE6C; }
span { border-color: rgb(254,206,108); }
td.TdClassName
{
border-color: #FECE6C;
}
.TagClassName
{
border-color: #FECE6C;
}
</style>