Shades of Salomie #FED57E
Tints of Salomie #FED57E
RGB
CMYK
RGB Variations
Color information
#FED57E (or 0xFED57E) is known color: Salomie. HEX triplet: FE, D5 and 7E. RGB value is (254,213,126). Sum of RGB (Red+Green+Blue) = 254+213+126=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED57E is #012A81. Grayscale: #D7D7D7. Windows color (decimal): -76418 or 8312318. OLE color: 8312318.
HSL color Cylindrical-coordinate representation of color #FED57E: hue angle of 40.78º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED57E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 126 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.00 |
| HSL | 40.78º | 0.98% | 0.75% | - |
| HSV(B) | 40.78º | 0.5% | 1% | - |
| XYZ | 68.43 | 70.17 | 29.68 | - |
| YUV | 215.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 126 | 0 | 0.16 | 0.50 | 0.00 | 40.78 | 0.98 | 0.75 |
| Hex | FE | D5 | 7E | 0 | 10 | 32 | 0 | 29 | 62 | 4B |
| Octal | 376 | 325 | 176 | 0 | 20 | 62 | 0 | 51 | 142 | 113 |
| Binary | 11111110 | 11010101 | 1111110 | 0 | 10000 | 110010 | 0 | 101001 | 1100010 | 1001011 |
Color Harmonies of #FED57E
Complementary color
Monochromatic Colors of #FED57E
Black with #FED57E
Text Example
Text Example
White with #FED57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED57E; }
p { color: rgb(254,213,126); }
H1.HeaderClassName
{
color: #FED57E;
}
.AnyTagClassName
{
color: #FED57E;
}
</style>
background-color css
<style>
a { background-color: #FED57E; }
a { background-color: rgb(254,213,126); }
div.DivClassName
{
background-color: #FED57E;
}
.BgClassName
{
background-color: #FED57E;
}
</style>
border-color css
<style>
span { border-color: #FED57E; }
span { border-color: rgb(254,213,126); }
td.TdClassName
{
border-color: #FED57E;
}
.TagClassName
{
border-color: #FED57E;
}
</style>