Shades of Salomie #FED583
Tints of Salomie #FED583
RGB
CMYK
RGB Variations
Color information
#FED583 (or 0xFED583) is known color: Salomie. HEX triplet: FE, D5 and 83. RGB value is (254,213,131). Sum of RGB (Red+Green+Blue) = 254+213+131=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FED583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED583 is #012A7C. Grayscale: #D8D8D8. Windows color (decimal): -76413 or 8639998. OLE color: 8639998.
HSL color Cylindrical-coordinate representation of color #FED583: hue angle of 40º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FED583 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 131 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.00 |
| HSL | 40º | 0.98% | 0.75% | - |
| HSV(B) | 40º | 0.48% | 1% | - |
| XYZ | 68.76 | 70.3 | 31.42 | - |
| YUV | 215.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 131 | 0 | 0.16 | 0.48 | 0.00 | 40 | 0.98 | 0.75 |
| Hex | FE | D5 | 83 | 0 | 10 | 30 | 0 | 28 | 62 | 4B |
| Octal | 376 | 325 | 203 | 0 | 20 | 60 | 0 | 50 | 142 | 113 |
| Binary | 11111110 | 11010101 | 10000011 | 0 | 10000 | 110000 | 0 | 101000 | 1100010 | 1001011 |
Color Harmonies of #FED583
Complementary color
Monochromatic Colors of #FED583
Black with #FED583
Text Example
Text Example
White with #FED583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED583; }
p { color: rgb(254,213,131); }
H1.HeaderClassName
{
color: #FED583;
}
.AnyTagClassName
{
color: #FED583;
}
</style>
background-color css
<style>
a { background-color: #FED583; }
a { background-color: rgb(254,213,131); }
div.DivClassName
{
background-color: #FED583;
}
.BgClassName
{
background-color: #FED583;
}
</style>
border-color css
<style>
span { border-color: #FED583; }
span { border-color: rgb(254,213,131); }
td.TdClassName
{
border-color: #FED583;
}
.TagClassName
{
border-color: #FED583;
}
</style>