Shades of Grandis #FEC46C
Tints of Grandis #FEC46C
RGB
CMYK
RGB Variations
Color information
#FEC46C (or 0xFEC46C) is known color: Grandis. HEX triplet: FE, C4 and 6C. RGB value is (254,196,108). Sum of RGB (Red+Green+Blue) = 254+196+108=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC46C is #013B93. Grayscale: #CBCBCB. Windows color (decimal): -80788 or 7128318. OLE color: 7128318.
HSL color Cylindrical-coordinate representation of color #FEC46C: hue angle of 36.16º 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 #FEC46C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 108 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.00 |
| HSL | 36.16º | 0.99% | 0.71% | - |
| HSV(B) | 36.16º | 0.57% | 1% | - |
| XYZ | 63.32 | 61.63 | 22.75 | - |
| YUV | 203.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 108 | 0 | 0.23 | 0.57 | 0.00 | 36.16 | 0.99 | 0.71 |
| Hex | FE | C4 | 6C | 0 | 17 | 39 | 0 | 24 | 63 | 47 |
| Octal | 376 | 304 | 154 | 0 | 27 | 71 | 0 | 44 | 143 | 107 |
| Binary | 11111110 | 11000100 | 1101100 | 0 | 10111 | 111001 | 0 | 100100 | 1100011 | 1000111 |
Color Harmonies of #FEC46C
Complementary color
Monochromatic Colors of #FEC46C
Black with #FEC46C
Text Example
Text Example
White with #FEC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC46C; }
p { color: rgb(254,196,108); }
H1.HeaderClassName
{
color: #FEC46C;
}
.AnyTagClassName
{
color: #FEC46C;
}
</style>
background-color css
<style>
a { background-color: #FEC46C; }
a { background-color: rgb(254,196,108); }
div.DivClassName
{
background-color: #FEC46C;
}
.BgClassName
{
background-color: #FEC46C;
}
</style>
border-color css
<style>
span { border-color: #FEC46C; }
span { border-color: rgb(254,196,108); }
td.TdClassName
{
border-color: #FEC46C;
}
.TagClassName
{
border-color: #FEC46C;
}
</style>