Shades of Salomie #FED279
Tints of Salomie #FED279
RGB
CMYK
RGB Variations
Color information
#FED279 (or 0xFED279) is known color: Salomie. HEX triplet: FE, D2 and 79. RGB value is (254,210,121). Sum of RGB (Red+Green+Blue) = 254+210+121=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED279 is #012D86. Grayscale: #D5D5D5. Windows color (decimal): -77191 or 7983870. OLE color: 7983870.
HSL color Cylindrical-coordinate representation of color #FED279: hue angle of 40.15º 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 #FED279 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 121 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.00 |
| HSL | 40.15º | 0.99% | 0.74% | - |
| HSV(B) | 40.15º | 0.52% | 1% | - |
| XYZ | 67.37 | 68.54 | 27.77 | - |
| YUV | 213.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 121 | 0 | 0.17 | 0.52 | 0.00 | 40.15 | 0.99 | 0.74 |
| Hex | FE | D2 | 79 | 0 | 11 | 34 | 0 | 28 | 63 | 4A |
| Octal | 376 | 322 | 171 | 0 | 21 | 64 | 0 | 50 | 143 | 112 |
| Binary | 11111110 | 11010010 | 1111001 | 0 | 10001 | 110100 | 0 | 101000 | 1100011 | 1001010 |
Color Harmonies of #FED279
Complementary color
Monochromatic Colors of #FED279
Black with #FED279
Text Example
Text Example
White with #FED279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED279; }
p { color: rgb(254,210,121); }
H1.HeaderClassName
{
color: #FED279;
}
.AnyTagClassName
{
color: #FED279;
}
</style>
background-color css
<style>
a { background-color: #FED279; }
a { background-color: rgb(254,210,121); }
div.DivClassName
{
background-color: #FED279;
}
.BgClassName
{
background-color: #FED279;
}
</style>
border-color css
<style>
span { border-color: #FED279; }
span { border-color: rgb(254,210,121); }
td.TdClassName
{
border-color: #FED279;
}
.TagClassName
{
border-color: #FED279;
}
</style>