Shades of Grandis #FECD71
Tints of Grandis #FECD71
RGB
CMYK
RGB Variations
Color information
#FECD71 (or 0xFECD71) is known color: Grandis. HEX triplet: FE, CD and 71. RGB value is (254,205,113). Sum of RGB (Red+Green+Blue) = 254+205+113=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD71 is #01328E. Grayscale: #D1D1D1. Windows color (decimal): -78479 or 7458302. OLE color: 7458302.
HSL color Cylindrical-coordinate representation of color #FECD71: hue angle of 39.15º 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 #FECD71 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 113 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 39.15º | 0.99% | 0.72% | - |
| HSV(B) | 39.15º | 0.56% | 1% | - |
| XYZ | 65.69 | 65.93 | 24.89 | - |
| YUV | 209.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 113 | 0 | 0.19 | 0.56 | 0.00 | 39.15 | 0.99 | 0.72 |
| Hex | FE | CD | 71 | 0 | 13 | 38 | 0 | 27 | 63 | 48 |
| Octal | 376 | 315 | 161 | 0 | 23 | 70 | 0 | 47 | 143 | 110 |
| Binary | 11111110 | 11001101 | 1110001 | 0 | 10011 | 111000 | 0 | 100111 | 1100011 | 1001000 |
Color Harmonies of #FECD71
Complementary color
Monochromatic Colors of #FECD71
Black with #FECD71
Text Example
Text Example
White with #FECD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD71; }
p { color: rgb(254,205,113); }
H1.HeaderClassName
{
color: #FECD71;
}
.AnyTagClassName
{
color: #FECD71;
}
</style>
background-color css
<style>
a { background-color: #FECD71; }
a { background-color: rgb(254,205,113); }
div.DivClassName
{
background-color: #FECD71;
}
.BgClassName
{
background-color: #FECD71;
}
</style>
border-color css
<style>
span { border-color: #FECD71; }
span { border-color: rgb(254,205,113); }
td.TdClassName
{
border-color: #FECD71;
}
.TagClassName
{
border-color: #FECD71;
}
</style>