Shades of Salomie #FED875
Tints of Salomie #FED875
RGB
CMYK
RGB Variations
Color information
#FED875 (or 0xFED875) is known color: Salomie. HEX triplet: FE, D8 and 75. RGB value is (254,216,117). Sum of RGB (Red+Green+Blue) = 254+216+117=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED875 is #01278A. Grayscale: #D8D8D8. Windows color (decimal): -75659 or 7723262. OLE color: 7723262.
HSL color Cylindrical-coordinate representation of color #FED875: hue angle of 43.36º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FED875 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 117 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.00 |
| HSL | 43.36º | 0.99% | 0.73% | - |
| HSV(B) | 43.36º | 0.54% | 1% | - |
| XYZ | 68.64 | 71.47 | 27.01 | - |
| YUV | 216.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 117 | 0 | 0.15 | 0.54 | 0.00 | 43.36 | 0.99 | 0.73 |
| Hex | FE | D8 | 75 | 0 | F | 36 | 0 | 2B | 63 | 49 |
| Octal | 376 | 330 | 165 | 0 | 17 | 66 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11011000 | 1110101 | 0 | 1111 | 110110 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED875
Complementary color
Monochromatic Colors of #FED875
Black with #FED875
Text Example
Text Example
White with #FED875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED875; }
p { color: rgb(254,216,117); }
H1.HeaderClassName
{
color: #FED875;
}
.AnyTagClassName
{
color: #FED875;
}
</style>
background-color css
<style>
a { background-color: #FED875; }
a { background-color: rgb(254,216,117); }
div.DivClassName
{
background-color: #FED875;
}
.BgClassName
{
background-color: #FED875;
}
</style>
border-color css
<style>
span { border-color: #FED875; }
span { border-color: rgb(254,216,117); }
td.TdClassName
{
border-color: #FED875;
}
.TagClassName
{
border-color: #FED875;
}
</style>