Shades of Grandis #FEC165
Tints of Grandis #FEC165
RGB
CMYK
RGB Variations
Color information
#FEC165 (or 0xFEC165) is known color: Grandis. HEX triplet: FE, C1 and 65. RGB value is (254,193,101). Sum of RGB (Red+Green+Blue) = 254+193+101=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC165 is #013E9A. Grayscale: #C9C9C9. Windows color (decimal): -81563 or 6668798. OLE color: 6668798.
HSL color Cylindrical-coordinate representation of color #FEC165: hue angle of 36.08º 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 #FEC165 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 101 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.00 |
| HSL | 36.08º | 0.99% | 0.7% | - |
| HSV(B) | 36.08º | 0.6% | 1% | - |
| XYZ | 62.29 | 60.15 | 20.64 | - |
| YUV | 200.75 | 71.71 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 101 | 0 | 0.24 | 0.60 | 0.00 | 36.08 | 0.99 | 0.7 |
| Hex | FE | C1 | 65 | 0 | 18 | 3C | 0 | 24 | 63 | 46 |
| Octal | 376 | 301 | 145 | 0 | 30 | 74 | 0 | 44 | 143 | 106 |
| Binary | 11111110 | 11000001 | 1100101 | 0 | 11000 | 111100 | 0 | 100100 | 1100011 | 1000110 |
Color Harmonies of #FEC165
Complementary color
Monochromatic Colors of #FEC165
Black with #FEC165
Text Example
Text Example
White with #FEC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC165; }
p { color: rgb(254,193,101); }
H1.HeaderClassName
{
color: #FEC165;
}
.AnyTagClassName
{
color: #FEC165;
}
</style>
background-color css
<style>
a { background-color: #FEC165; }
a { background-color: rgb(254,193,101); }
div.DivClassName
{
background-color: #FEC165;
}
.BgClassName
{
background-color: #FEC165;
}
</style>
border-color css
<style>
span { border-color: #FEC165; }
span { border-color: rgb(254,193,101); }
td.TdClassName
{
border-color: #FEC165;
}
.TagClassName
{
border-color: #FEC165;
}
</style>