Shades of Grandis #FECC6D
Tints of Grandis #FECC6D
RGB
CMYK
RGB Variations
Color information
#FECC6D (or 0xFECC6D) is known color: Grandis. HEX triplet: FE, CC and 6D. RGB value is (254,204,109). Sum of RGB (Red+Green+Blue) = 254+204+109=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC6D is #013392. Grayscale: #D0D0D0. Windows color (decimal): -78739 or 7195902. OLE color: 7195902.
HSL color Cylindrical-coordinate representation of color #FECC6D: hue angle of 39.31º 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 #FECC6D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 109 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.00 |
| HSL | 39.31º | 0.99% | 0.71% | - |
| HSV(B) | 39.31º | 0.57% | 1% | - |
| XYZ | 65.23 | 65.36 | 23.65 | - |
| YUV | 208.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 109 | 0 | 0.20 | 0.57 | 0.00 | 39.31 | 0.99 | 0.71 |
| Hex | FE | CC | 6D | 0 | 14 | 39 | 0 | 27 | 63 | 47 |
| Octal | 376 | 314 | 155 | 0 | 24 | 71 | 0 | 47 | 143 | 107 |
| Binary | 11111110 | 11001100 | 1101101 | 0 | 10100 | 111001 | 0 | 100111 | 1100011 | 1000111 |
Color Harmonies of #FECC6D
Complementary color
Monochromatic Colors of #FECC6D
Black with #FECC6D
Text Example
Text Example
White with #FECC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC6D; }
p { color: rgb(254,204,109); }
H1.HeaderClassName
{
color: #FECC6D;
}
.AnyTagClassName
{
color: #FECC6D;
}
</style>
background-color css
<style>
a { background-color: #FECC6D; }
a { background-color: rgb(254,204,109); }
div.DivClassName
{
background-color: #FECC6D;
}
.BgClassName
{
background-color: #FECC6D;
}
</style>
border-color css
<style>
span { border-color: #FECC6D; }
span { border-color: rgb(254,204,109); }
td.TdClassName
{
border-color: #FECC6D;
}
.TagClassName
{
border-color: #FECC6D;
}
</style>