Shades of Salomie #FED873
Tints of Salomie #FED873
RGB
CMYK
RGB Variations
Color information
#FED873 (or 0xFED873) is known color: Salomie. HEX triplet: FE, D8 and 73. RGB value is (254,216,115). Sum of RGB (Red+Green+Blue) = 254+216+115=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED873 is #01278C. Grayscale: #D8D8D8. Windows color (decimal): -75661 or 7592190. OLE color: 7592190.
HSL color Cylindrical-coordinate representation of color #FED873: hue angle of 43.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FED873 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 115 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.00 |
| HSL | 43.6º | 0.99% | 0.72% | - |
| HSV(B) | 43.6º | 0.55% | 1% | - |
| XYZ | 68.52 | 71.42 | 26.39 | - |
| YUV | 215.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 115 | 0 | 0.15 | 0.55 | 0.00 | 43.6 | 0.99 | 0.72 |
| Hex | FE | D8 | 73 | 0 | F | 37 | 0 | 2C | 63 | 48 |
| Octal | 376 | 330 | 163 | 0 | 17 | 67 | 0 | 54 | 143 | 110 |
| Binary | 11111110 | 11011000 | 1110011 | 0 | 1111 | 110111 | 0 | 101100 | 1100011 | 1001000 |
Color Harmonies of #FED873
Complementary color
Monochromatic Colors of #FED873
Black with #FED873
Text Example
Text Example
White with #FED873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED873; }
p { color: rgb(254,216,115); }
H1.HeaderClassName
{
color: #FED873;
}
.AnyTagClassName
{
color: #FED873;
}
</style>
background-color css
<style>
a { background-color: #FED873; }
a { background-color: rgb(254,216,115); }
div.DivClassName
{
background-color: #FED873;
}
.BgClassName
{
background-color: #FED873;
}
</style>
border-color css
<style>
span { border-color: #FED873; }
span { border-color: rgb(254,216,115); }
td.TdClassName
{
border-color: #FED873;
}
.TagClassName
{
border-color: #FED873;
}
</style>