Shades of Grandis #FEC667
Tints of Grandis #FEC667
RGB
CMYK
RGB Variations
Color information
#FEC667 (or 0xFEC667) is known color: Grandis. HEX triplet: FE, C6 and 67. RGB value is (254,198,103). Sum of RGB (Red+Green+Blue) = 254+198+103=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC667 is #013998. Grayscale: #CCCCCC. Windows color (decimal): -80281 or 6801150. OLE color: 6801150.
HSL color Cylindrical-coordinate representation of color #FEC667: hue angle of 37.75º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEC667 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 103 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.00 |
| HSL | 37.75º | 0.99% | 0.7% | - |
| HSV(B) | 37.75º | 0.59% | 1% | - |
| XYZ | 63.52 | 62.44 | 21.54 | - |
| YUV | 203.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 103 | 0 | 0.22 | 0.59 | 0.00 | 37.75 | 0.99 | 0.7 |
| Hex | FE | C6 | 67 | 0 | 16 | 3B | 0 | 26 | 63 | 46 |
| Octal | 376 | 306 | 147 | 0 | 26 | 73 | 0 | 46 | 143 | 106 |
| Binary | 11111110 | 11000110 | 1100111 | 0 | 10110 | 111011 | 0 | 100110 | 1100011 | 1000110 |
Color Harmonies of #FEC667
Complementary color
Monochromatic Colors of #FEC667
Black with #FEC667
Text Example
Text Example
White with #FEC667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC667; }
p { color: rgb(254,198,103); }
H1.HeaderClassName
{
color: #FEC667;
}
.AnyTagClassName
{
color: #FEC667;
}
</style>
background-color css
<style>
a { background-color: #FEC667; }
a { background-color: rgb(254,198,103); }
div.DivClassName
{
background-color: #FEC667;
}
.BgClassName
{
background-color: #FEC667;
}
</style>
border-color css
<style>
span { border-color: #FEC667; }
span { border-color: rgb(254,198,103); }
td.TdClassName
{
border-color: #FEC667;
}
.TagClassName
{
border-color: #FEC667;
}
</style>