Shades of Salomie #FED877
Tints of Salomie #FED877
RGB
CMYK
RGB Variations
Color information
#FED877 (or 0xFED877) is known color: Salomie. HEX triplet: FE, D8 and 77. RGB value is (254,216,119). Sum of RGB (Red+Green+Blue) = 254+216+119=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED877 is #012788. Grayscale: #D8D8D8. Windows color (decimal): -75657 or 7854334. OLE color: 7854334.
HSL color Cylindrical-coordinate representation of color #FED877: hue angle of 43.11º 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 #FED877 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 119 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.00 |
| HSL | 43.11º | 0.99% | 0.73% | - |
| HSV(B) | 43.11º | 0.53% | 1% | - |
| XYZ | 68.76 | 71.51 | 27.63 | - |
| YUV | 216.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 119 | 0 | 0.15 | 0.53 | 0.00 | 43.11 | 0.99 | 0.73 |
| Hex | FE | D8 | 77 | 0 | F | 35 | 0 | 2B | 63 | 49 |
| Octal | 376 | 330 | 167 | 0 | 17 | 65 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11011000 | 1110111 | 0 | 1111 | 110101 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED877
Complementary color
Monochromatic Colors of #FED877
Black with #FED877
Text Example
Text Example
White with #FED877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED877; }
p { color: rgb(254,216,119); }
H1.HeaderClassName
{
color: #FED877;
}
.AnyTagClassName
{
color: #FED877;
}
</style>
background-color css
<style>
a { background-color: #FED877; }
a { background-color: rgb(254,216,119); }
div.DivClassName
{
background-color: #FED877;
}
.BgClassName
{
background-color: #FED877;
}
</style>
border-color css
<style>
span { border-color: #FED877; }
span { border-color: rgb(254,216,119); }
td.TdClassName
{
border-color: #FED877;
}
.TagClassName
{
border-color: #FED877;
}
</style>