Shades of Grandis #FEC76A
Tints of Grandis #FEC76A
RGB
CMYK
RGB Variations
Color information
#FEC76A (or 0xFEC76A) is known color: Grandis. HEX triplet: FE, C7 and 6A. RGB value is (254,199,106). Sum of RGB (Red+Green+Blue) = 254+199+106=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC76A is #013895. Grayscale: #CDCDCD. Windows color (decimal): -80022 or 6998014. OLE color: 6998014.
HSL color Cylindrical-coordinate representation of color #FEC76A: hue angle of 37.7º 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 #FEC76A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 106 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.00 |
| HSL | 37.7º | 0.99% | 0.71% | - |
| HSV(B) | 37.7º | 0.58% | 1% | - |
| XYZ | 63.9 | 62.96 | 22.42 | - |
| YUV | 204.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 106 | 0 | 0.22 | 0.58 | 0.00 | 37.7 | 0.99 | 0.71 |
| Hex | FE | C7 | 6A | 0 | 16 | 3A | 0 | 26 | 63 | 47 |
| Octal | 376 | 307 | 152 | 0 | 26 | 72 | 0 | 46 | 143 | 107 |
| Binary | 11111110 | 11000111 | 1101010 | 0 | 10110 | 111010 | 0 | 100110 | 1100011 | 1000111 |
Color Harmonies of #FEC76A
Complementary color
Monochromatic Colors of #FEC76A
Black with #FEC76A
Text Example
Text Example
White with #FEC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC76A; }
p { color: rgb(254,199,106); }
H1.HeaderClassName
{
color: #FEC76A;
}
.AnyTagClassName
{
color: #FEC76A;
}
</style>
background-color css
<style>
a { background-color: #FEC76A; }
a { background-color: rgb(254,199,106); }
div.DivClassName
{
background-color: #FEC76A;
}
.BgClassName
{
background-color: #FEC76A;
}
</style>
border-color css
<style>
span { border-color: #FEC76A; }
span { border-color: rgb(254,199,106); }
td.TdClassName
{
border-color: #FEC76A;
}
.TagClassName
{
border-color: #FEC76A;
}
</style>