Shades of Grandis #FECE6F
Tints of Grandis #FECE6F
RGB
CMYK
RGB Variations
Color information
#FECE6F (or 0xFECE6F) is known color: Grandis. HEX triplet: FE, CE and 6F. RGB value is (254,206,111). Sum of RGB (Red+Green+Blue) = 254+206+111=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE6F is #013190. Grayscale: #D1D1D1. Windows color (decimal): -78225 or 7327486. OLE color: 7327486.
HSL color Cylindrical-coordinate representation of color #FECE6F: hue angle of 39.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FECE6F is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 111 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 39.86º | 0.99% | 0.72% | - |
| HSV(B) | 39.86º | 0.56% | 1% | - |
| XYZ | 65.81 | 66.36 | 24.38 | - |
| YUV | 209.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 111 | 0 | 0.19 | 0.56 | 0.00 | 39.86 | 0.99 | 0.72 |
| Hex | FE | CE | 6F | 0 | 13 | 38 | 0 | 28 | 63 | 48 |
| Octal | 376 | 316 | 157 | 0 | 23 | 70 | 0 | 50 | 143 | 110 |
| Binary | 11111110 | 11001110 | 1101111 | 0 | 10011 | 111000 | 0 | 101000 | 1100011 | 1001000 |
Color Harmonies of #FECE6F
Complementary color
Monochromatic Colors of #FECE6F
Black with #FECE6F
Text Example
Text Example
White with #FECE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE6F; }
p { color: rgb(254,206,111); }
H1.HeaderClassName
{
color: #FECE6F;
}
.AnyTagClassName
{
color: #FECE6F;
}
</style>
background-color css
<style>
a { background-color: #FECE6F; }
a { background-color: rgb(254,206,111); }
div.DivClassName
{
background-color: #FECE6F;
}
.BgClassName
{
background-color: #FECE6F;
}
</style>
border-color css
<style>
span { border-color: #FECE6F; }
span { border-color: rgb(254,206,111); }
td.TdClassName
{
border-color: #FECE6F;
}
.TagClassName
{
border-color: #FECE6F;
}
</style>