Shades of Grandis #FED76C
Tints of Grandis #FED76C
RGB
CMYK
RGB Variations
Color information
#FED76C (or 0xFED76C) is known color: Grandis. HEX triplet: FE, D7 and 6C. RGB value is (254,215,108). Sum of RGB (Red+Green+Blue) = 254+215+108=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FED76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED76C is #012893. Grayscale: #D6D6D6. Windows color (decimal): -75924 or 7133182. OLE color: 7133182.
HSL color Cylindrical-coordinate representation of color #FED76C: hue angle of 43.97º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FED76C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 108 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.00 |
| HSL | 43.97º | 0.99% | 0.71% | - |
| HSV(B) | 43.97º | 0.57% | 1% | - |
| XYZ | 67.88 | 70.75 | 24.27 | - |
| YUV | 214.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 108 | 0 | 0.15 | 0.57 | 0.00 | 43.97 | 0.99 | 0.71 |
| Hex | FE | D7 | 6C | 0 | F | 39 | 0 | 2C | 63 | 47 |
| Octal | 376 | 327 | 154 | 0 | 17 | 71 | 0 | 54 | 143 | 107 |
| Binary | 11111110 | 11010111 | 1101100 | 0 | 1111 | 111001 | 0 | 101100 | 1100011 | 1000111 |
Color Harmonies of #FED76C
Complementary color
Monochromatic Colors of #FED76C
Black with #FED76C
Text Example
Text Example
White with #FED76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED76C; }
p { color: rgb(254,215,108); }
H1.HeaderClassName
{
color: #FED76C;
}
.AnyTagClassName
{
color: #FED76C;
}
</style>
background-color css
<style>
a { background-color: #FED76C; }
a { background-color: rgb(254,215,108); }
div.DivClassName
{
background-color: #FED76C;
}
.BgClassName
{
background-color: #FED76C;
}
</style>
border-color css
<style>
span { border-color: #FED76C; }
span { border-color: rgb(254,215,108); }
td.TdClassName
{
border-color: #FED76C;
}
.TagClassName
{
border-color: #FED76C;
}
</style>