Shades of Grandis #FECA6C
Tints of Grandis #FECA6C
RGB
CMYK
RGB Variations
Color information
#FECA6C (or 0xFECA6C) is known color: Grandis. HEX triplet: FE, CA and 6C. RGB value is (254,202,108). Sum of RGB (Red+Green+Blue) = 254+202+108=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA6C is #013593. Grayscale: #CFCFCF. Windows color (decimal): -79252 or 7129854. OLE color: 7129854.
HSL color Cylindrical-coordinate representation of color #FECA6C: hue angle of 38.63º 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 #FECA6C is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 108 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.00 |
| HSL | 38.63º | 0.99% | 0.71% | - |
| HSV(B) | 38.63º | 0.57% | 1% | - |
| XYZ | 64.7 | 64.39 | 23.21 | - |
| YUV | 206.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 108 | 0 | 0.20 | 0.57 | 0.00 | 38.63 | 0.99 | 0.71 |
| Hex | FE | CA | 6C | 0 | 14 | 39 | 0 | 27 | 63 | 47 |
| Octal | 376 | 312 | 154 | 0 | 24 | 71 | 0 | 47 | 143 | 107 |
| Binary | 11111110 | 11001010 | 1101100 | 0 | 10100 | 111001 | 0 | 100111 | 1100011 | 1000111 |
Color Harmonies of #FECA6C
Complementary color
Monochromatic Colors of #FECA6C
Black with #FECA6C
Text Example
Text Example
White with #FECA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA6C; }
p { color: rgb(254,202,108); }
H1.HeaderClassName
{
color: #FECA6C;
}
.AnyTagClassName
{
color: #FECA6C;
}
</style>
background-color css
<style>
a { background-color: #FECA6C; }
a { background-color: rgb(254,202,108); }
div.DivClassName
{
background-color: #FECA6C;
}
.BgClassName
{
background-color: #FECA6C;
}
</style>
border-color css
<style>
span { border-color: #FECA6C; }
span { border-color: rgb(254,202,108); }
td.TdClassName
{
border-color: #FECA6C;
}
.TagClassName
{
border-color: #FECA6C;
}
</style>