Shades of Salomie #FED975
Tints of Salomie #FED975
RGB
CMYK
RGB Variations
Color information
#FED975 (or 0xFED975) is known color: Salomie. HEX triplet: FE, D9 and 75. RGB value is (254,217,117). Sum of RGB (Red+Green+Blue) = 254+217+117=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED975 is #01268A. Grayscale: #D9D9D9. Windows color (decimal): -75403 or 7723518. OLE color: 7723518.
HSL color Cylindrical-coordinate representation of color #FED975: hue angle of 43.8º 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 #FED975 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 117 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.00 |
| HSL | 43.8º | 0.99% | 0.73% | - |
| HSV(B) | 43.8º | 0.54% | 1% | - |
| XYZ | 68.9 | 71.98 | 27.09 | - |
| YUV | 216.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 117 | 0 | 0.15 | 0.54 | 0.00 | 43.8 | 0.99 | 0.73 |
| Hex | FE | D9 | 75 | 0 | F | 36 | 0 | 2C | 63 | 49 |
| Octal | 376 | 331 | 165 | 0 | 17 | 66 | 0 | 54 | 143 | 111 |
| Binary | 11111110 | 11011001 | 1110101 | 0 | 1111 | 110110 | 0 | 101100 | 1100011 | 1001001 |
Color Harmonies of #FED975
Complementary color
Monochromatic Colors of #FED975
Black with #FED975
Text Example
Text Example
White with #FED975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED975; }
p { color: rgb(254,217,117); }
H1.HeaderClassName
{
color: #FED975;
}
.AnyTagClassName
{
color: #FED975;
}
</style>
background-color css
<style>
a { background-color: #FED975; }
a { background-color: rgb(254,217,117); }
div.DivClassName
{
background-color: #FED975;
}
.BgClassName
{
background-color: #FED975;
}
</style>
border-color css
<style>
span { border-color: #FED975; }
span { border-color: rgb(254,217,117); }
td.TdClassName
{
border-color: #FED975;
}
.TagClassName
{
border-color: #FED975;
}
</style>