Shades of Grandis #FECD68
Tints of Grandis #FECD68
RGB
CMYK
RGB Variations
Color information
#FECD68 (or 0xFECD68) is known color: Grandis. HEX triplet: FE, CD and 68. RGB value is (254,205,104). Sum of RGB (Red+Green+Blue) = 254+205+104=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD68 is #013297. Grayscale: #D0D0D0. Windows color (decimal): -78488 or 6868478. OLE color: 6868478.
HSL color Cylindrical-coordinate representation of color #FECD68: hue angle of 40.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FECD68 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 104 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.00 |
| HSL | 40.4º | 0.99% | 0.7% | - |
| HSV(B) | 40.4º | 0.59% | 1% | - |
| XYZ | 65.2 | 65.73 | 22.35 | - |
| YUV | 208.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 104 | 0 | 0.19 | 0.59 | 0.00 | 40.4 | 0.99 | 0.7 |
| Hex | FE | CD | 68 | 0 | 13 | 3B | 0 | 28 | 63 | 46 |
| Octal | 376 | 315 | 150 | 0 | 23 | 73 | 0 | 50 | 143 | 106 |
| Binary | 11111110 | 11001101 | 1101000 | 0 | 10011 | 111011 | 0 | 101000 | 1100011 | 1000110 |
Color Harmonies of #FECD68
Complementary color
Monochromatic Colors of #FECD68
Black with #FECD68
Text Example
Text Example
White with #FECD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD68; }
p { color: rgb(254,205,104); }
H1.HeaderClassName
{
color: #FECD68;
}
.AnyTagClassName
{
color: #FECD68;
}
</style>
background-color css
<style>
a { background-color: #FECD68; }
a { background-color: rgb(254,205,104); }
div.DivClassName
{
background-color: #FECD68;
}
.BgClassName
{
background-color: #FECD68;
}
</style>
border-color css
<style>
span { border-color: #FECD68; }
span { border-color: rgb(254,205,104); }
td.TdClassName
{
border-color: #FECD68;
}
.TagClassName
{
border-color: #FECD68;
}
</style>