Shades of Grandis #FEC36C
Tints of Grandis #FEC36C
RGB
CMYK
RGB Variations
Color information
#FEC36C (or 0xFEC36C) is known color: Grandis. HEX triplet: FE, C3 and 6C. RGB value is (254,195,108). Sum of RGB (Red+Green+Blue) = 254+195+108=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC36C is #013C93. Grayscale: #CBCBCB. Windows color (decimal): -81044 or 7128062. OLE color: 7128062.
HSL color Cylindrical-coordinate representation of color #FEC36C: hue angle of 35.75º 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 #FEC36C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 108 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.00 |
| HSL | 35.75º | 0.99% | 0.71% | - |
| HSV(B) | 35.75º | 0.57% | 1% | - |
| XYZ | 63.09 | 61.18 | 22.67 | - |
| YUV | 202.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 108 | 0 | 0.23 | 0.57 | 0.00 | 35.75 | 0.99 | 0.71 |
| Hex | FE | C3 | 6C | 0 | 17 | 39 | 0 | 24 | 63 | 47 |
| Octal | 376 | 303 | 154 | 0 | 27 | 71 | 0 | 44 | 143 | 107 |
| Binary | 11111110 | 11000011 | 1101100 | 0 | 10111 | 111001 | 0 | 100100 | 1100011 | 1000111 |
Color Harmonies of #FEC36C
Complementary color
Monochromatic Colors of #FEC36C
Black with #FEC36C
Text Example
Text Example
White with #FEC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC36C; }
p { color: rgb(254,195,108); }
H1.HeaderClassName
{
color: #FEC36C;
}
.AnyTagClassName
{
color: #FEC36C;
}
</style>
background-color css
<style>
a { background-color: #FEC36C; }
a { background-color: rgb(254,195,108); }
div.DivClassName
{
background-color: #FEC36C;
}
.BgClassName
{
background-color: #FEC36C;
}
</style>
border-color css
<style>
span { border-color: #FEC36C; }
span { border-color: rgb(254,195,108); }
td.TdClassName
{
border-color: #FEC36C;
}
.TagClassName
{
border-color: #FEC36C;
}
</style>