Shades of Grandis #FECD6F
Tints of Grandis #FECD6F
RGB
CMYK
RGB Variations
Color information
#FECD6F (or 0xFECD6F) is known color: Grandis. HEX triplet: FE, CD and 6F. RGB value is (254,205,111). Sum of RGB (Red+Green+Blue) = 254+205+111=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD6F is #013290. Grayscale: #D1D1D1. Windows color (decimal): -78481 or 7327230. OLE color: 7327230.
HSL color Cylindrical-coordinate representation of color #FECD6F: hue angle of 39.44º 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 #FECD6F is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 111 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 39.44º | 0.99% | 0.72% | - |
| HSV(B) | 39.44º | 0.56% | 1% | - |
| XYZ | 65.57 | 65.88 | 24.3 | - |
| YUV | 208.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 111 | 0 | 0.19 | 0.56 | 0.00 | 39.44 | 0.99 | 0.72 |
| Hex | FE | CD | 6F | 0 | 13 | 38 | 0 | 27 | 63 | 48 |
| Octal | 376 | 315 | 157 | 0 | 23 | 70 | 0 | 47 | 143 | 110 |
| Binary | 11111110 | 11001101 | 1101111 | 0 | 10011 | 111000 | 0 | 100111 | 1100011 | 1001000 |
Color Harmonies of #FECD6F
Complementary color
Monochromatic Colors of #FECD6F
Black with #FECD6F
Text Example
Text Example
White with #FECD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD6F; }
p { color: rgb(254,205,111); }
H1.HeaderClassName
{
color: #FECD6F;
}
.AnyTagClassName
{
color: #FECD6F;
}
</style>
background-color css
<style>
a { background-color: #FECD6F; }
a { background-color: rgb(254,205,111); }
div.DivClassName
{
background-color: #FECD6F;
}
.BgClassName
{
background-color: #FECD6F;
}
</style>
border-color css
<style>
span { border-color: #FECD6F; }
span { border-color: rgb(254,205,111); }
td.TdClassName
{
border-color: #FECD6F;
}
.TagClassName
{
border-color: #FECD6F;
}
</style>