Shades of Grandis #FEC46A
Tints of Grandis #FEC46A
RGB
CMYK
RGB Variations
Color information
#FEC46A (or 0xFEC46A) is known color: Grandis. HEX triplet: FE, C4 and 6A. RGB value is (254,196,106). Sum of RGB (Red+Green+Blue) = 254+196+106=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC46A is #013B95. Grayscale: #CBCBCB. Windows color (decimal): -80790 or 6997246. OLE color: 6997246.
HSL color Cylindrical-coordinate representation of color #FEC46A: hue angle of 36.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEC46A is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 106 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.00 |
| HSL | 36.49º | 0.99% | 0.71% | - |
| HSV(B) | 36.49º | 0.58% | 1% | - |
| XYZ | 63.21 | 61.59 | 22.19 | - |
| YUV | 203.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 106 | 0 | 0.23 | 0.58 | 0.00 | 36.49 | 0.99 | 0.71 |
| Hex | FE | C4 | 6A | 0 | 17 | 3A | 0 | 24 | 63 | 47 |
| Octal | 376 | 304 | 152 | 0 | 27 | 72 | 0 | 44 | 143 | 107 |
| Binary | 11111110 | 11000100 | 1101010 | 0 | 10111 | 111010 | 0 | 100100 | 1100011 | 1000111 |
Color Harmonies of #FEC46A
Complementary color
Monochromatic Colors of #FEC46A
Black with #FEC46A
Text Example
Text Example
White with #FEC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC46A; }
p { color: rgb(254,196,106); }
H1.HeaderClassName
{
color: #FEC46A;
}
.AnyTagClassName
{
color: #FEC46A;
}
</style>
background-color css
<style>
a { background-color: #FEC46A; }
a { background-color: rgb(254,196,106); }
div.DivClassName
{
background-color: #FEC46A;
}
.BgClassName
{
background-color: #FEC46A;
}
</style>
border-color css
<style>
span { border-color: #FEC46A; }
span { border-color: rgb(254,196,106); }
td.TdClassName
{
border-color: #FEC46A;
}
.TagClassName
{
border-color: #FEC46A;
}
</style>