Shades of Salomie #FED978
Tints of Salomie #FED978
RGB
CMYK
RGB Variations
Color information
#FED978 (or 0xFED978) is known color: Salomie. HEX triplet: FE, D9 and 78. RGB value is (254,217,120). Sum of RGB (Red+Green+Blue) = 254+217+120=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 120 (47.27% from 255 or 20.30% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FED978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED978 is #012687. Grayscale: #D9D9D9. Windows color (decimal): -75400 or 7920126. OLE color: 7920126.
HSL color Cylindrical-coordinate representation of color #FED978: hue angle of 43.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FED978 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 120 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.00 |
| HSL | 43.43º | 0.99% | 0.73% | - |
| HSV(B) | 43.43º | 0.53% | 1% | - |
| XYZ | 69.08 | 72.05 | 28.04 | - |
| YUV | 217.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 120 | 0 | 0.15 | 0.53 | 0.00 | 43.43 | 0.99 | 0.73 |
| Hex | FE | D9 | 78 | 0 | F | 35 | 0 | 2B | 63 | 49 |
| Octal | 376 | 331 | 170 | 0 | 17 | 65 | 0 | 53 | 143 | 111 |
| Binary | 11111110 | 11011001 | 1111000 | 0 | 1111 | 110101 | 0 | 101011 | 1100011 | 1001001 |
Color Harmonies of #FED978
Complementary color
Monochromatic Colors of #FED978
Black with #FED978
Text Example
Text Example
White with #FED978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED978; }
p { color: rgb(254,217,120); }
H1.HeaderClassName
{
color: #FED978;
}
.AnyTagClassName
{
color: #FED978;
}
</style>
background-color css
<style>
a { background-color: #FED978; }
a { background-color: rgb(254,217,120); }
div.DivClassName
{
background-color: #FED978;
}
.BgClassName
{
background-color: #FED978;
}
</style>
border-color css
<style>
span { border-color: #FED978; }
span { border-color: rgb(254,217,120); }
td.TdClassName
{
border-color: #FED978;
}
.TagClassName
{
border-color: #FED978;
}
</style>