Shades of Grandis #FECD65
Tints of Grandis #FECD65
RGB
CMYK
RGB Variations
Color information
#FECD65 (or 0xFECD65) is known color: Grandis. HEX triplet: FE, CD and 65. RGB value is (254,205,101). Sum of RGB (Red+Green+Blue) = 254+205+101=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD65 is #01329A. Grayscale: #D0D0D0. Windows color (decimal): -78491 or 6671870. OLE color: 6671870.
HSL color Cylindrical-coordinate representation of color #FECD65: hue angle of 40.78º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FECD65 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 101 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.00 |
| HSL | 40.78º | 0.99% | 0.7% | - |
| HSV(B) | 40.78º | 0.6% | 1% | - |
| XYZ | 65.05 | 65.67 | 21.56 | - |
| YUV | 207.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 101 | 0 | 0.19 | 0.60 | 0.00 | 40.78 | 0.99 | 0.7 |
| Hex | FE | CD | 65 | 0 | 13 | 3C | 0 | 29 | 63 | 46 |
| Octal | 376 | 315 | 145 | 0 | 23 | 74 | 0 | 51 | 143 | 106 |
| Binary | 11111110 | 11001101 | 1100101 | 0 | 10011 | 111100 | 0 | 101001 | 1100011 | 1000110 |
Color Harmonies of #FECD65
Complementary color
Monochromatic Colors of #FECD65
Black with #FECD65
Text Example
Text Example
White with #FECD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD65; }
p { color: rgb(254,205,101); }
H1.HeaderClassName
{
color: #FECD65;
}
.AnyTagClassName
{
color: #FECD65;
}
</style>
background-color css
<style>
a { background-color: #FECD65; }
a { background-color: rgb(254,205,101); }
div.DivClassName
{
background-color: #FECD65;
}
.BgClassName
{
background-color: #FECD65;
}
</style>
border-color css
<style>
span { border-color: #FECD65; }
span { border-color: rgb(254,205,101); }
td.TdClassName
{
border-color: #FECD65;
}
.TagClassName
{
border-color: #FECD65;
}
</style>