Shades of Salomie #FED579
Tints of Salomie #FED579
RGB
CMYK
RGB Variations
Color information
#FED579 (or 0xFED579) is known color: Salomie. HEX triplet: FE, D5 and 79. RGB value is (254,213,121). Sum of RGB (Red+Green+Blue) = 254+213+121=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED579 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED579 is #012A86. Grayscale: #D7D7D7. Windows color (decimal): -76423 or 7984638. OLE color: 7984638.
HSL color Cylindrical-coordinate representation of color #FED579: hue angle of 41.5º 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 #FED579 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 121 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.00 |
| HSL | 41.5º | 0.99% | 0.74% | - |
| HSV(B) | 41.5º | 0.52% | 1% | - |
| XYZ | 68.12 | 70.04 | 28.02 | - |
| YUV | 214.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 121 | 0 | 0.16 | 0.52 | 0.00 | 41.5 | 0.99 | 0.74 |
| Hex | FE | D5 | 79 | 0 | 10 | 34 | 0 | 2A | 63 | 4A |
| Octal | 376 | 325 | 171 | 0 | 20 | 64 | 0 | 52 | 143 | 112 |
| Binary | 11111110 | 11010101 | 1111001 | 0 | 10000 | 110100 | 0 | 101010 | 1100011 | 1001010 |
Color Harmonies of #FED579
Complementary color
Monochromatic Colors of #FED579
Black with #FED579
Text Example
Text Example
White with #FED579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED579; }
p { color: rgb(254,213,121); }
H1.HeaderClassName
{
color: #FED579;
}
.AnyTagClassName
{
color: #FED579;
}
</style>
background-color css
<style>
a { background-color: #FED579; }
a { background-color: rgb(254,213,121); }
div.DivClassName
{
background-color: #FED579;
}
.BgClassName
{
background-color: #FED579;
}
</style>
border-color css
<style>
span { border-color: #FED579; }
span { border-color: rgb(254,213,121); }
td.TdClassName
{
border-color: #FED579;
}
.TagClassName
{
border-color: #FED579;
}
</style>