Shades of Grandis #FECE6E
Tints of Grandis #FECE6E
RGB
CMYK
RGB Variations
Color information
#FECE6E (or 0xFECE6E) is known color: Grandis. HEX triplet: FE, CE and 6E. RGB value is (254,206,110). Sum of RGB (Red+Green+Blue) = 254+206+110=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE6E is #013191. Grayscale: #D1D1D1. Windows color (decimal): -78226 or 7261950. OLE color: 7261950.
HSL color Cylindrical-coordinate representation of color #FECE6E: hue angle of 40º 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 #FECE6E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 110 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.00 |
| HSL | 40º | 0.99% | 0.71% | - |
| HSV(B) | 40º | 0.57% | 1% | - |
| XYZ | 65.76 | 66.34 | 24.09 | - |
| YUV | 209.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 110 | 0 | 0.19 | 0.57 | 0.00 | 40 | 0.99 | 0.71 |
| Hex | FE | CE | 6E | 0 | 13 | 39 | 0 | 28 | 63 | 47 |
| Octal | 376 | 316 | 156 | 0 | 23 | 71 | 0 | 50 | 143 | 107 |
| Binary | 11111110 | 11001110 | 1101110 | 0 | 10011 | 111001 | 0 | 101000 | 1100011 | 1000111 |
Color Harmonies of #FECE6E
Complementary color
Monochromatic Colors of #FECE6E
Black with #FECE6E
Text Example
Text Example
White with #FECE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE6E; }
p { color: rgb(254,206,110); }
H1.HeaderClassName
{
color: #FECE6E;
}
.AnyTagClassName
{
color: #FECE6E;
}
</style>
background-color css
<style>
a { background-color: #FECE6E; }
a { background-color: rgb(254,206,110); }
div.DivClassName
{
background-color: #FECE6E;
}
.BgClassName
{
background-color: #FECE6E;
}
</style>
border-color css
<style>
span { border-color: #FECE6E; }
span { border-color: rgb(254,206,110); }
td.TdClassName
{
border-color: #FECE6E;
}
.TagClassName
{
border-color: #FECE6E;
}
</style>