Shades of Grandis #FEC366
Tints of Grandis #FEC366
RGB
CMYK
RGB Variations
Color information
#FEC366 (or 0xFEC366) is known color: Grandis. HEX triplet: FE, C3 and 66. RGB value is (254,195,102). Sum of RGB (Red+Green+Blue) = 254+195+102=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC366 is #013C99. Grayscale: #CACACA. Windows color (decimal): -81050 or 6734846. OLE color: 6734846.
HSL color Cylindrical-coordinate representation of color #FEC366: hue angle of 36.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEC366 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 102 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.00 |
| HSL | 36.71º | 0.99% | 0.7% | - |
| HSV(B) | 36.71º | 0.6% | 1% | - |
| XYZ | 62.79 | 61.06 | 21.05 | - |
| YUV | 202.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 102 | 0 | 0.23 | 0.60 | 0.00 | 36.71 | 0.99 | 0.7 |
| Hex | FE | C3 | 66 | 0 | 17 | 3C | 0 | 25 | 63 | 46 |
| Octal | 376 | 303 | 146 | 0 | 27 | 74 | 0 | 45 | 143 | 106 |
| Binary | 11111110 | 11000011 | 1100110 | 0 | 10111 | 111100 | 0 | 100101 | 1100011 | 1000110 |
Color Harmonies of #FEC366
Complementary color
Monochromatic Colors of #FEC366
Black with #FEC366
Text Example
Text Example
White with #FEC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC366; }
p { color: rgb(254,195,102); }
H1.HeaderClassName
{
color: #FEC366;
}
.AnyTagClassName
{
color: #FEC366;
}
</style>
background-color css
<style>
a { background-color: #FEC366; }
a { background-color: rgb(254,195,102); }
div.DivClassName
{
background-color: #FEC366;
}
.BgClassName
{
background-color: #FEC366;
}
</style>
border-color css
<style>
span { border-color: #FEC366; }
span { border-color: rgb(254,195,102); }
td.TdClassName
{
border-color: #FEC366;
}
.TagClassName
{
border-color: #FEC366;
}
</style>