Shades of Salomie #FED379
Tints of Salomie #FED379
RGB
CMYK
RGB Variations
Color information
#FED379 (or 0xFED379) is known color: Salomie. HEX triplet: FE, D3 and 79. RGB value is (254,211,121). Sum of RGB (Red+Green+Blue) = 254+211+121=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 121 (47.66% from 255 or 20.65% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED379 is #012C86. Grayscale: #D6D6D6. Windows color (decimal): -76935 or 7984126. OLE color: 7984126.
HSL color Cylindrical-coordinate representation of color #FED379: hue angle of 40.6º 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 #FED379 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 121 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.00 |
| HSL | 40.6º | 0.99% | 0.74% | - |
| HSV(B) | 40.6º | 0.52% | 1% | - |
| XYZ | 67.62 | 69.04 | 27.85 | - |
| YUV | 213.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 121 | 0 | 0.17 | 0.52 | 0.00 | 40.6 | 0.99 | 0.74 |
| Hex | FE | D3 | 79 | 0 | 11 | 34 | 0 | 29 | 63 | 4A |
| Octal | 376 | 323 | 171 | 0 | 21 | 64 | 0 | 51 | 143 | 112 |
| Binary | 11111110 | 11010011 | 1111001 | 0 | 10001 | 110100 | 0 | 101001 | 1100011 | 1001010 |
Color Harmonies of #FED379
Complementary color
Monochromatic Colors of #FED379
Black with #FED379
Text Example
Text Example
White with #FED379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED379; }
p { color: rgb(254,211,121); }
H1.HeaderClassName
{
color: #FED379;
}
.AnyTagClassName
{
color: #FED379;
}
</style>
background-color css
<style>
a { background-color: #FED379; }
a { background-color: rgb(254,211,121); }
div.DivClassName
{
background-color: #FED379;
}
.BgClassName
{
background-color: #FED379;
}
</style>
border-color css
<style>
span { border-color: #FED379; }
span { border-color: rgb(254,211,121); }
td.TdClassName
{
border-color: #FED379;
}
.TagClassName
{
border-color: #FED379;
}
</style>