Shades of Grandis #FECC6A
Tints of Grandis #FECC6A
RGB
CMYK
RGB Variations
Color information
#FECC6A (or 0xFECC6A) is known color: Grandis. HEX triplet: FE, CC and 6A. RGB value is (254,204,106). Sum of RGB (Red+Green+Blue) = 254+204+106=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC6A is #013395. Grayscale: #D0D0D0. Windows color (decimal): -78742 or 6999294. OLE color: 6999294.
HSL color Cylindrical-coordinate representation of color #FECC6A: hue angle of 39.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FECC6A is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 106 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.00 |
| HSL | 39.73º | 0.99% | 0.71% | - |
| HSV(B) | 39.73º | 0.58% | 1% | - |
| XYZ | 65.07 | 65.3 | 22.81 | - |
| YUV | 207.78 | 70.57 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 106 | 0 | 0.20 | 0.58 | 0.00 | 39.73 | 0.99 | 0.71 |
| Hex | FE | CC | 6A | 0 | 14 | 3A | 0 | 28 | 63 | 47 |
| Octal | 376 | 314 | 152 | 0 | 24 | 72 | 0 | 50 | 143 | 107 |
| Binary | 11111110 | 11001100 | 1101010 | 0 | 10100 | 111010 | 0 | 101000 | 1100011 | 1000111 |
Color Harmonies of #FECC6A
Complementary color
Monochromatic Colors of #FECC6A
Black with #FECC6A
Text Example
Text Example
White with #FECC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC6A; }
p { color: rgb(254,204,106); }
H1.HeaderClassName
{
color: #FECC6A;
}
.AnyTagClassName
{
color: #FECC6A;
}
</style>
background-color css
<style>
a { background-color: #FECC6A; }
a { background-color: rgb(254,204,106); }
div.DivClassName
{
background-color: #FECC6A;
}
.BgClassName
{
background-color: #FECC6A;
}
</style>
border-color css
<style>
span { border-color: #FECC6A; }
span { border-color: rgb(254,204,106); }
td.TdClassName
{
border-color: #FECC6A;
}
.TagClassName
{
border-color: #FECC6A;
}
</style>