Shades of Grandis #FECD70
Tints of Grandis #FECD70
RGB
CMYK
RGB Variations
Color information
#FECD70 (or 0xFECD70) is known color: Grandis. HEX triplet: FE, CD and 70. RGB value is (254,205,112). Sum of RGB (Red+Green+Blue) = 254+205+112=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD70 is #01328F. Grayscale: #D1D1D1. Windows color (decimal): -78480 or 7392766. OLE color: 7392766.
HSL color Cylindrical-coordinate representation of color #FECD70: hue angle of 39.3º 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 #FECD70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 112 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.00 |
| HSL | 39.3º | 0.99% | 0.72% | - |
| HSV(B) | 39.3º | 0.56% | 1% | - |
| XYZ | 65.63 | 65.9 | 24.59 | - |
| YUV | 209.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 112 | 0 | 0.19 | 0.56 | 0.00 | 39.3 | 0.99 | 0.72 |
| Hex | FE | CD | 70 | 0 | 13 | 38 | 0 | 27 | 63 | 48 |
| Octal | 376 | 315 | 160 | 0 | 23 | 70 | 0 | 47 | 143 | 110 |
| Binary | 11111110 | 11001101 | 1110000 | 0 | 10011 | 111000 | 0 | 100111 | 1100011 | 1001000 |
Color Harmonies of #FECD70
Complementary color
Monochromatic Colors of #FECD70
Black with #FECD70
Text Example
Text Example
White with #FECD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD70; }
p { color: rgb(254,205,112); }
H1.HeaderClassName
{
color: #FECD70;
}
.AnyTagClassName
{
color: #FECD70;
}
</style>
background-color css
<style>
a { background-color: #FECD70; }
a { background-color: rgb(254,205,112); }
div.DivClassName
{
background-color: #FECD70;
}
.BgClassName
{
background-color: #FECD70;
}
</style>
border-color css
<style>
span { border-color: #FECD70; }
span { border-color: rgb(254,205,112); }
td.TdClassName
{
border-color: #FECD70;
}
.TagClassName
{
border-color: #FECD70;
}
</style>