Shades of Salomie #FED879
Tints of Salomie #FED879
RGB
CMYK
RGB Variations
Color information
#FED879 (or 0xFED879) is known color: Salomie. HEX triplet: FE, D8 and 79. RGB value is (254,216,121). Sum of RGB (Red+Green+Blue) = 254+216+121=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FED879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED879 is #012786. Grayscale: #D8D8D8. Windows color (decimal): -75655 or 7985406. OLE color: 7985406.
HSL color Cylindrical-coordinate representation of color #FED879: hue angle of 42.86º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED879 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 121 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.00 |
| HSL | 42.86º | 0.99% | 0.74% | - |
| HSV(B) | 42.86º | 0.52% | 1% | - |
| XYZ | 68.88 | 71.56 | 28.27 | - |
| YUV | 216.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 121 | 0 | 0.15 | 0.52 | 0.00 | 42.86 | 0.99 | 0.74 |
| Hex | FE | D8 | 79 | 0 | F | 34 | 0 | 2B | 63 | 4A |
| Octal | 376 | 330 | 171 | 0 | 17 | 64 | 0 | 53 | 143 | 112 |
| Binary | 11111110 | 11011000 | 1111001 | 0 | 1111 | 110100 | 0 | 101011 | 1100011 | 1001010 |
Color Harmonies of #FED879
Complementary color
Monochromatic Colors of #FED879
Black with #FED879
Text Example
Text Example
White with #FED879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED879; }
p { color: rgb(254,216,121); }
H1.HeaderClassName
{
color: #FED879;
}
.AnyTagClassName
{
color: #FED879;
}
</style>
background-color css
<style>
a { background-color: #FED879; }
a { background-color: rgb(254,216,121); }
div.DivClassName
{
background-color: #FED879;
}
.BgClassName
{
background-color: #FED879;
}
</style>
border-color css
<style>
span { border-color: #FED879; }
span { border-color: rgb(254,216,121); }
td.TdClassName
{
border-color: #FED879;
}
.TagClassName
{
border-color: #FED879;
}
</style>