Shades of Grandis #FECD79
Tints of Grandis #FECD79
RGB
CMYK
RGB Variations
Color information
#FECD79 (or 0xFECD79) is known color: Grandis. HEX triplet: FE, CD and 79. RGB value is (254,205,121). Sum of RGB (Red+Green+Blue) = 254+205+121=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD79 is #013286. Grayscale: #D2D2D2. Windows color (decimal): -78471 or 7982590. OLE color: 7982590.
HSL color Cylindrical-coordinate representation of color #FECD79: hue angle of 37.89º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FECD79 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 121 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.00 |
| HSL | 37.89º | 0.99% | 0.74% | - |
| HSV(B) | 37.89º | 0.52% | 1% | - |
| XYZ | 66.16 | 66.11 | 27.36 | - |
| YUV | 210.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 121 | 0 | 0.19 | 0.52 | 0.00 | 37.89 | 0.99 | 0.74 |
| Hex | FE | CD | 79 | 0 | 13 | 34 | 0 | 26 | 63 | 4A |
| Octal | 376 | 315 | 171 | 0 | 23 | 64 | 0 | 46 | 143 | 112 |
| Binary | 11111110 | 11001101 | 1111001 | 0 | 10011 | 110100 | 0 | 100110 | 1100011 | 1001010 |
Color Harmonies of #FECD79
Complementary color
Monochromatic Colors of #FECD79
Black with #FECD79
Text Example
Text Example
White with #FECD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD79; }
p { color: rgb(254,205,121); }
H1.HeaderClassName
{
color: #FECD79;
}
.AnyTagClassName
{
color: #FECD79;
}
</style>
background-color css
<style>
a { background-color: #FECD79; }
a { background-color: rgb(254,205,121); }
div.DivClassName
{
background-color: #FECD79;
}
.BgClassName
{
background-color: #FECD79;
}
</style>
border-color css
<style>
span { border-color: #FECD79; }
span { border-color: rgb(254,205,121); }
td.TdClassName
{
border-color: #FECD79;
}
.TagClassName
{
border-color: #FECD79;
}
</style>