Shades of Grandis #FECD6A
Tints of Grandis #FECD6A
RGB
CMYK
RGB Variations
Color information
#FECD6A (or 0xFECD6A) is known color: Grandis. HEX triplet: FE, CD and 6A. RGB value is (254,205,106). Sum of RGB (Red+Green+Blue) = 254+205+106=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD6A is #013295. Grayscale: #D0D0D0. Windows color (decimal): -78486 or 6999550. OLE color: 6999550.
HSL color Cylindrical-coordinate representation of color #FECD6A: hue angle of 40.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FECD6A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 106 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.00 |
| HSL | 40.14º | 0.99% | 0.71% | - |
| HSV(B) | 40.14º | 0.58% | 1% | - |
| XYZ | 65.31 | 65.77 | 22.89 | - |
| YUV | 208.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 106 | 0 | 0.19 | 0.58 | 0.00 | 40.14 | 0.99 | 0.71 |
| Hex | FE | CD | 6A | 0 | 13 | 3A | 0 | 28 | 63 | 47 |
| Octal | 376 | 315 | 152 | 0 | 23 | 72 | 0 | 50 | 143 | 107 |
| Binary | 11111110 | 11001101 | 1101010 | 0 | 10011 | 111010 | 0 | 101000 | 1100011 | 1000111 |
Color Harmonies of #FECD6A
Complementary color
Monochromatic Colors of #FECD6A
Black with #FECD6A
Text Example
Text Example
White with #FECD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD6A; }
p { color: rgb(254,205,106); }
H1.HeaderClassName
{
color: #FECD6A;
}
.AnyTagClassName
{
color: #FECD6A;
}
</style>
background-color css
<style>
a { background-color: #FECD6A; }
a { background-color: rgb(254,205,106); }
div.DivClassName
{
background-color: #FECD6A;
}
.BgClassName
{
background-color: #FECD6A;
}
</style>
border-color css
<style>
span { border-color: #FECD6A; }
span { border-color: rgb(254,205,106); }
td.TdClassName
{
border-color: #FECD6A;
}
.TagClassName
{
border-color: #FECD6A;
}
</style>