Shades of Salomie #FED578
Tints of Salomie #FED578
RGB
CMYK
RGB Variations
Color information
#FED578 (or 0xFED578) is known color: Salomie. HEX triplet: FE, D5 and 78. RGB value is (254,213,120). Sum of RGB (Red+Green+Blue) = 254+213+120=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED578 is #012A87. Grayscale: #D7D7D7. Windows color (decimal): -76424 or 7919102. OLE color: 7919102.
HSL color Cylindrical-coordinate representation of color #FED578: hue angle of 41.64º 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 #FED578 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 120 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.00 |
| HSL | 41.64º | 0.99% | 0.73% | - |
| HSV(B) | 41.64º | 0.53% | 1% | - |
| XYZ | 68.06 | 70.02 | 27.7 | - |
| YUV | 214.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 120 | 0 | 0.16 | 0.53 | 0.00 | 41.64 | 0.99 | 0.73 |
| Hex | FE | D5 | 78 | 0 | 10 | 35 | 0 | 2A | 63 | 49 |
| Octal | 376 | 325 | 170 | 0 | 20 | 65 | 0 | 52 | 143 | 111 |
| Binary | 11111110 | 11010101 | 1111000 | 0 | 10000 | 110101 | 0 | 101010 | 1100011 | 1001001 |
Color Harmonies of #FED578
Complementary color
Monochromatic Colors of #FED578
Black with #FED578
Text Example
Text Example
White with #FED578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED578; }
p { color: rgb(254,213,120); }
H1.HeaderClassName
{
color: #FED578;
}
.AnyTagClassName
{
color: #FED578;
}
</style>
background-color css
<style>
a { background-color: #FED578; }
a { background-color: rgb(254,213,120); }
div.DivClassName
{
background-color: #FED578;
}
.BgClassName
{
background-color: #FED578;
}
</style>
border-color css
<style>
span { border-color: #FED578; }
span { border-color: rgb(254,213,120); }
td.TdClassName
{
border-color: #FED578;
}
.TagClassName
{
border-color: #FED578;
}
</style>