Shades of Salomie #FED57D
Tints of Salomie #FED57D
RGB
CMYK
RGB Variations
Color information
#FED57D (or 0xFED57D) is known color: Salomie. HEX triplet: FE, D5 and 7D. RGB value is (254,213,125). Sum of RGB (Red+Green+Blue) = 254+213+125=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED57D is #012A82. Grayscale: #D7D7D7. Windows color (decimal): -76419 or 8246782. OLE color: 8246782.
HSL color Cylindrical-coordinate representation of color #FED57D: hue angle of 40.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FED57D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 125 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.00 |
| HSL | 40.93º | 0.98% | 0.74% | - |
| HSV(B) | 40.93º | 0.51% | 1% | - |
| XYZ | 68.37 | 70.14 | 29.34 | - |
| YUV | 215.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 125 | 0 | 0.16 | 0.51 | 0.00 | 40.93 | 0.98 | 0.74 |
| Hex | FE | D5 | 7D | 0 | 10 | 33 | 0 | 29 | 62 | 4A |
| Octal | 376 | 325 | 175 | 0 | 20 | 63 | 0 | 51 | 142 | 112 |
| Binary | 11111110 | 11010101 | 1111101 | 0 | 10000 | 110011 | 0 | 101001 | 1100010 | 1001010 |
Color Harmonies of #FED57D
Complementary color
Monochromatic Colors of #FED57D
Black with #FED57D
Text Example
Text Example
White with #FED57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED57D; }
p { color: rgb(254,213,125); }
H1.HeaderClassName
{
color: #FED57D;
}
.AnyTagClassName
{
color: #FED57D;
}
</style>
background-color css
<style>
a { background-color: #FED57D; }
a { background-color: rgb(254,213,125); }
div.DivClassName
{
background-color: #FED57D;
}
.BgClassName
{
background-color: #FED57D;
}
</style>
border-color css
<style>
span { border-color: #FED57D; }
span { border-color: rgb(254,213,125); }
td.TdClassName
{
border-color: #FED57D;
}
.TagClassName
{
border-color: #FED57D;
}
</style>