Shades of Salomie #FED57A
Tints of Salomie #FED57A
RGB
CMYK
RGB Variations
Color information
#FED57A (or 0xFED57A) is known color: Salomie. HEX triplet: FE, D5 and 7A. RGB value is (254,213,122). Sum of RGB (Red+Green+Blue) = 254+213+122=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED57A is #012A85. Grayscale: #D7D7D7. Windows color (decimal): -76422 or 8050174. OLE color: 8050174.
HSL color Cylindrical-coordinate representation of color #FED57A: hue angle of 41.36º 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 #FED57A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 122 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.00 |
| HSL | 41.36º | 0.99% | 0.74% | - |
| HSV(B) | 41.36º | 0.52% | 1% | - |
| XYZ | 68.18 | 70.06 | 28.34 | - |
| YUV | 214.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 122 | 0 | 0.16 | 0.52 | 0.00 | 41.36 | 0.99 | 0.74 |
| Hex | FE | D5 | 7A | 0 | 10 | 34 | 0 | 29 | 63 | 4A |
| Octal | 376 | 325 | 172 | 0 | 20 | 64 | 0 | 51 | 143 | 112 |
| Binary | 11111110 | 11010101 | 1111010 | 0 | 10000 | 110100 | 0 | 101001 | 1100011 | 1001010 |
Color Harmonies of #FED57A
Complementary color
Monochromatic Colors of #FED57A
Black with #FED57A
Text Example
Text Example
White with #FED57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED57A; }
p { color: rgb(254,213,122); }
H1.HeaderClassName
{
color: #FED57A;
}
.AnyTagClassName
{
color: #FED57A;
}
</style>
background-color css
<style>
a { background-color: #FED57A; }
a { background-color: rgb(254,213,122); }
div.DivClassName
{
background-color: #FED57A;
}
.BgClassName
{
background-color: #FED57A;
}
</style>
border-color css
<style>
span { border-color: #FED57A; }
span { border-color: rgb(254,213,122); }
td.TdClassName
{
border-color: #FED57A;
}
.TagClassName
{
border-color: #FED57A;
}
</style>