Shades of Salomie #FED977
Tints of Salomie #FED977
RGB
CMYK
RGB Variations
Color information
#FED977 (or 0xFED977) is known color: Salomie. HEX triplet: FE, D9 and 77. RGB value is (254,217,119). Sum of RGB (Red+Green+Blue) = 254+217+119=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FED977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED977 is #012688. Grayscale: #D9D9D9. Windows color (decimal): -75401 or 7854590. OLE color: 7854590.
HSL color Cylindrical-coordinate representation of color #FED977: hue angle of 43.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FED977 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 119 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.00 |
| HSL | 43.56º | 0.99% | 0.73% | - |
| HSV(B) | 43.56º | 0.53% | 1% | - |
| XYZ | 69.02 | 72.03 | 27.72 | - |
| YUV | 216.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 119 | 0 | 0.15 | 0.53 | 0.00 | 43.56 | 0.99 | 0.73 |
| Hex | FE | D9 | 77 | 0 | F | 35 | 0 | 2C | 63 | 49 |
| Octal | 376 | 331 | 167 | 0 | 17 | 65 | 0 | 54 | 143 | 111 |
| Binary | 11111110 | 11011001 | 1110111 | 0 | 1111 | 110101 | 0 | 101100 | 1100011 | 1001001 |
Color Harmonies of #FED977
Complementary color
Monochromatic Colors of #FED977
Black with #FED977
Text Example
Text Example
White with #FED977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED977; }
p { color: rgb(254,217,119); }
H1.HeaderClassName
{
color: #FED977;
}
.AnyTagClassName
{
color: #FED977;
}
</style>
background-color css
<style>
a { background-color: #FED977; }
a { background-color: rgb(254,217,119); }
div.DivClassName
{
background-color: #FED977;
}
.BgClassName
{
background-color: #FED977;
}
</style>
border-color css
<style>
span { border-color: #FED977; }
span { border-color: rgb(254,217,119); }
td.TdClassName
{
border-color: #FED977;
}
.TagClassName
{
border-color: #FED977;
}
</style>