Shades of Grandis #FECD6D
Tints of Grandis #FECD6D
RGB
CMYK
RGB Variations
Color information
#FECD6D (or 0xFECD6D) is known color: Grandis. HEX triplet: FE, CD and 6D. RGB value is (254,205,109). Sum of RGB (Red+Green+Blue) = 254+205+109=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD6D is #013292. Grayscale: #D1D1D1. Windows color (decimal): -78483 or 7196158. OLE color: 7196158.
HSL color Cylindrical-coordinate representation of color #FECD6D: hue angle of 39.72º 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 #FECD6D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 109 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.00 |
| HSL | 39.72º | 0.99% | 0.71% | - |
| HSV(B) | 39.72º | 0.57% | 1% | - |
| XYZ | 65.46 | 65.84 | 23.73 | - |
| YUV | 208.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 109 | 0 | 0.19 | 0.57 | 0.00 | 39.72 | 0.99 | 0.71 |
| Hex | FE | CD | 6D | 0 | 13 | 39 | 0 | 28 | 63 | 47 |
| Octal | 376 | 315 | 155 | 0 | 23 | 71 | 0 | 50 | 143 | 107 |
| Binary | 11111110 | 11001101 | 1101101 | 0 | 10011 | 111001 | 0 | 101000 | 1100011 | 1000111 |
Color Harmonies of #FECD6D
Complementary color
Monochromatic Colors of #FECD6D
Black with #FECD6D
Text Example
Text Example
White with #FECD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD6D; }
p { color: rgb(254,205,109); }
H1.HeaderClassName
{
color: #FECD6D;
}
.AnyTagClassName
{
color: #FECD6D;
}
</style>
background-color css
<style>
a { background-color: #FECD6D; }
a { background-color: rgb(254,205,109); }
div.DivClassName
{
background-color: #FECD6D;
}
.BgClassName
{
background-color: #FECD6D;
}
</style>
border-color css
<style>
span { border-color: #FECD6D; }
span { border-color: rgb(254,205,109); }
td.TdClassName
{
border-color: #FECD6D;
}
.TagClassName
{
border-color: #FECD6D;
}
</style>