Shades of Grandis #FEC266
Tints of Grandis #FEC266
RGB
CMYK
RGB Variations
Color information
#FEC266 (or 0xFEC266) is known color: Grandis. HEX triplet: FE, C2 and 66. RGB value is (254,194,102). Sum of RGB (Red+Green+Blue) = 254+194+102=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC266 is #013D99. Grayscale: #C9C9C9. Windows color (decimal): -81306 or 6734590. OLE color: 6734590.
HSL color Cylindrical-coordinate representation of color #FEC266: hue angle of 36.32º 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 #FEC266 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 102 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.00 |
| HSL | 36.32º | 0.99% | 0.7% | - |
| HSV(B) | 36.32º | 0.6% | 1% | - |
| XYZ | 62.56 | 60.61 | 20.97 | - |
| YUV | 201.45 | 71.88 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 102 | 0 | 0.24 | 0.60 | 0.00 | 36.32 | 0.99 | 0.7 |
| Hex | FE | C2 | 66 | 0 | 18 | 3C | 0 | 24 | 63 | 46 |
| Octal | 376 | 302 | 146 | 0 | 30 | 74 | 0 | 44 | 143 | 106 |
| Binary | 11111110 | 11000010 | 1100110 | 0 | 11000 | 111100 | 0 | 100100 | 1100011 | 1000110 |
Color Harmonies of #FEC266
Complementary color
Monochromatic Colors of #FEC266
Black with #FEC266
Text Example
Text Example
White with #FEC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC266; }
p { color: rgb(254,194,102); }
H1.HeaderClassName
{
color: #FEC266;
}
.AnyTagClassName
{
color: #FEC266;
}
</style>
background-color css
<style>
a { background-color: #FEC266; }
a { background-color: rgb(254,194,102); }
div.DivClassName
{
background-color: #FEC266;
}
.BgClassName
{
background-color: #FEC266;
}
</style>
border-color css
<style>
span { border-color: #FEC266; }
span { border-color: rgb(254,194,102); }
td.TdClassName
{
border-color: #FEC266;
}
.TagClassName
{
border-color: #FEC266;
}
</style>