Shades of Salomie #FED179
Tints of Salomie #FED179
RGB
CMYK
RGB Variations
Color information
#FED179 (or 0xFED179) is known color: Salomie. HEX triplet: FE, D1 and 79. RGB value is (254,209,121). Sum of RGB (Red+Green+Blue) = 254+209+121=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED179 is #012E86. Grayscale: #D4D4D4. Windows color (decimal): -77447 or 7983614. OLE color: 7983614.
HSL color Cylindrical-coordinate representation of color #FED179: hue angle of 39.7º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED179 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 121 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.00 |
| HSL | 39.7º | 0.99% | 0.74% | - |
| HSV(B) | 39.7º | 0.52% | 1% | - |
| XYZ | 67.12 | 68.05 | 27.69 | - |
| YUV | 212.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 121 | 0 | 0.18 | 0.52 | 0.00 | 39.7 | 0.99 | 0.74 |
| Hex | FE | D1 | 79 | 0 | 12 | 34 | 0 | 28 | 63 | 4A |
| Octal | 376 | 321 | 171 | 0 | 22 | 64 | 0 | 50 | 143 | 112 |
| Binary | 11111110 | 11010001 | 1111001 | 0 | 10010 | 110100 | 0 | 101000 | 1100011 | 1001010 |
Color Harmonies of #FED179
Complementary color
Monochromatic Colors of #FED179
Black with #FED179
Text Example
Text Example
White with #FED179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED179; }
p { color: rgb(254,209,121); }
H1.HeaderClassName
{
color: #FED179;
}
.AnyTagClassName
{
color: #FED179;
}
</style>
background-color css
<style>
a { background-color: #FED179; }
a { background-color: rgb(254,209,121); }
div.DivClassName
{
background-color: #FED179;
}
.BgClassName
{
background-color: #FED179;
}
</style>
border-color css
<style>
span { border-color: #FED179; }
span { border-color: rgb(254,209,121); }
td.TdClassName
{
border-color: #FED179;
}
.TagClassName
{
border-color: #FED179;
}
</style>