Shades of Grandis #FEC565
Tints of Grandis #FEC565
RGB
CMYK
RGB Variations
Color information
#FEC565 (or 0xFEC565) is known color: Grandis. HEX triplet: FE, C5 and 65. RGB value is (254,197,101). Sum of RGB (Red+Green+Blue) = 254+197+101=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC565 is #013A9A. Grayscale: #CBCBCB. Windows color (decimal): -80539 or 6669822. OLE color: 6669822.
HSL color Cylindrical-coordinate representation of color #FEC565: hue angle of 37.65º 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 #FEC565 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.00 |
| HSL | 37.65º | 0.99% | 0.7% | - |
| HSV(B) | 37.65º | 0.6% | 1% | - |
| XYZ | 63.19 | 61.94 | 20.94 | - |
| YUV | 203.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 101 | 0 | 0.22 | 0.60 | 0.00 | 37.65 | 0.99 | 0.7 |
| Hex | FE | C5 | 65 | 0 | 16 | 3C | 0 | 26 | 63 | 46 |
| Octal | 376 | 305 | 145 | 0 | 26 | 74 | 0 | 46 | 143 | 106 |
| Binary | 11111110 | 11000101 | 1100101 | 0 | 10110 | 111100 | 0 | 100110 | 1100011 | 1000110 |
Color Harmonies of #FEC565
Complementary color
Monochromatic Colors of #FEC565
Black with #FEC565
Text Example
Text Example
White with #FEC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC565; }
p { color: rgb(254,197,101); }
H1.HeaderClassName
{
color: #FEC565;
}
.AnyTagClassName
{
color: #FEC565;
}
</style>
background-color css
<style>
a { background-color: #FEC565; }
a { background-color: rgb(254,197,101); }
div.DivClassName
{
background-color: #FEC565;
}
.BgClassName
{
background-color: #FEC565;
}
</style>
border-color css
<style>
span { border-color: #FEC565; }
span { border-color: rgb(254,197,101); }
td.TdClassName
{
border-color: #FEC565;
}
.TagClassName
{
border-color: #FEC565;
}
</style>