Shades of Grandis #FECC65
Tints of Grandis #FECC65
RGB
CMYK
RGB Variations
Color information
#FECC65 (or 0xFECC65) is known color: Grandis. HEX triplet: FE, CC and 65. RGB value is (254,204,101). Sum of RGB (Red+Green+Blue) = 254+204+101=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC65 is #01339A. Grayscale: #CFCFCF. Windows color (decimal): -78747 or 6671614. OLE color: 6671614.
HSL color Cylindrical-coordinate representation of color #FECC65: hue angle of 40.39º 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 #FECC65 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 101 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.00 |
| HSL | 40.39º | 0.99% | 0.7% | - |
| HSV(B) | 40.39º | 0.6% | 1% | - |
| XYZ | 64.81 | 65.2 | 21.48 | - |
| YUV | 207.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 101 | 0 | 0.20 | 0.60 | 0.00 | 40.39 | 0.99 | 0.7 |
| Hex | FE | CC | 65 | 0 | 14 | 3C | 0 | 28 | 63 | 46 |
| Octal | 376 | 314 | 145 | 0 | 24 | 74 | 0 | 50 | 143 | 106 |
| Binary | 11111110 | 11001100 | 1100101 | 0 | 10100 | 111100 | 0 | 101000 | 1100011 | 1000110 |
Color Harmonies of #FECC65
Complementary color
Monochromatic Colors of #FECC65
Black with #FECC65
Text Example
Text Example
White with #FECC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC65; }
p { color: rgb(254,204,101); }
H1.HeaderClassName
{
color: #FECC65;
}
.AnyTagClassName
{
color: #FECC65;
}
</style>
background-color css
<style>
a { background-color: #FECC65; }
a { background-color: rgb(254,204,101); }
div.DivClassName
{
background-color: #FECC65;
}
.BgClassName
{
background-color: #FECC65;
}
</style>
border-color css
<style>
span { border-color: #FECC65; }
span { border-color: rgb(254,204,101); }
td.TdClassName
{
border-color: #FECC65;
}
.TagClassName
{
border-color: #FECC65;
}
</style>