Shades of Salomie #FED581
Tints of Salomie #FED581
RGB
CMYK
RGB Variations
Color information
#FED581 (or 0xFED581) is known color: Salomie. HEX triplet: FE, D5 and 81. RGB value is (254,213,129). Sum of RGB (Red+Green+Blue) = 254+213+129=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED581 is #012A7E. Grayscale: #D8D8D8. Windows color (decimal): -76415 or 8508926. OLE color: 8508926.
HSL color Cylindrical-coordinate representation of color #FED581: hue angle of 40.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FED581 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 129 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.00 |
| HSL | 40.32º | 0.98% | 0.75% | - |
| HSV(B) | 40.32º | 0.49% | 1% | - |
| XYZ | 68.63 | 70.24 | 30.71 | - |
| YUV | 215.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 129 | 0 | 0.16 | 0.49 | 0.00 | 40.32 | 0.98 | 0.75 |
| Hex | FE | D5 | 81 | 0 | 10 | 31 | 0 | 28 | 62 | 4B |
| Octal | 376 | 325 | 201 | 0 | 20 | 61 | 0 | 50 | 142 | 113 |
| Binary | 11111110 | 11010101 | 10000001 | 0 | 10000 | 110001 | 0 | 101000 | 1100010 | 1001011 |
Color Harmonies of #FED581
Complementary color
Monochromatic Colors of #FED581
Black with #FED581
Text Example
Text Example
White with #FED581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED581; }
p { color: rgb(254,213,129); }
H1.HeaderClassName
{
color: #FED581;
}
.AnyTagClassName
{
color: #FED581;
}
</style>
background-color css
<style>
a { background-color: #FED581; }
a { background-color: rgb(254,213,129); }
div.DivClassName
{
background-color: #FED581;
}
.BgClassName
{
background-color: #FED581;
}
</style>
border-color css
<style>
span { border-color: #FED581; }
span { border-color: rgb(254,213,129); }
td.TdClassName
{
border-color: #FED581;
}
.TagClassName
{
border-color: #FED581;
}
</style>