Shades of Grandis #FECA6E
Tints of Grandis #FECA6E
RGB
CMYK
RGB Variations
Color information
#FECA6E (or 0xFECA6E) is known color: Grandis. HEX triplet: FE, CA and 6E. RGB value is (254,202,110). Sum of RGB (Red+Green+Blue) = 254+202+110=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA6E is #013591. Grayscale: #CFCFCF. Windows color (decimal): -79250 or 7260926. OLE color: 7260926.
HSL color Cylindrical-coordinate representation of color #FECA6E: hue angle of 38.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FECA6E is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 110 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.00 |
| HSL | 38.33º | 0.99% | 0.71% | - |
| HSV(B) | 38.33º | 0.57% | 1% | - |
| XYZ | 64.81 | 64.44 | 23.77 | - |
| YUV | 207.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 110 | 0 | 0.20 | 0.57 | 0.00 | 38.33 | 0.99 | 0.71 |
| Hex | FE | CA | 6E | 0 | 14 | 39 | 0 | 26 | 63 | 47 |
| Octal | 376 | 312 | 156 | 0 | 24 | 71 | 0 | 46 | 143 | 107 |
| Binary | 11111110 | 11001010 | 1101110 | 0 | 10100 | 111001 | 0 | 100110 | 1100011 | 1000111 |
Color Harmonies of #FECA6E
Complementary color
Monochromatic Colors of #FECA6E
Black with #FECA6E
Text Example
Text Example
White with #FECA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA6E; }
p { color: rgb(254,202,110); }
H1.HeaderClassName
{
color: #FECA6E;
}
.AnyTagClassName
{
color: #FECA6E;
}
</style>
background-color css
<style>
a { background-color: #FECA6E; }
a { background-color: rgb(254,202,110); }
div.DivClassName
{
background-color: #FECA6E;
}
.BgClassName
{
background-color: #FECA6E;
}
</style>
border-color css
<style>
span { border-color: #FECA6E; }
span { border-color: rgb(254,202,110); }
td.TdClassName
{
border-color: #FECA6E;
}
.TagClassName
{
border-color: #FECA6E;
}
</style>