Shades of Salomie #FED47D
Tints of Salomie #FED47D
RGB
CMYK
RGB Variations
Color information
#FED47D (or 0xFED47D) is known color: Salomie. HEX triplet: FE, D4 and 7D. RGB value is (254,212,125). Sum of RGB (Red+Green+Blue) = 254+212+125=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FED47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED47D is #012B82. Grayscale: #D7D7D7. Windows color (decimal): -76675 or 8246526. OLE color: 8246526.
HSL color Cylindrical-coordinate representation of color #FED47D: hue angle of 40.47º 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 #FED47D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 125 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.00 |
| HSL | 40.47º | 0.98% | 0.74% | - |
| HSV(B) | 40.47º | 0.51% | 1% | - |
| XYZ | 68.12 | 69.64 | 29.25 | - |
| YUV | 214.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 125 | 0 | 0.17 | 0.51 | 0.00 | 40.47 | 0.98 | 0.74 |
| Hex | FE | D4 | 7D | 0 | 11 | 33 | 0 | 28 | 62 | 4A |
| Octal | 376 | 324 | 175 | 0 | 21 | 63 | 0 | 50 | 142 | 112 |
| Binary | 11111110 | 11010100 | 1111101 | 0 | 10001 | 110011 | 0 | 101000 | 1100010 | 1001010 |
Color Harmonies of #FED47D
Complementary color
Monochromatic Colors of #FED47D
Black with #FED47D
Text Example
Text Example
White with #FED47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED47D; }
p { color: rgb(254,212,125); }
H1.HeaderClassName
{
color: #FED47D;
}
.AnyTagClassName
{
color: #FED47D;
}
</style>
background-color css
<style>
a { background-color: #FED47D; }
a { background-color: rgb(254,212,125); }
div.DivClassName
{
background-color: #FED47D;
}
.BgClassName
{
background-color: #FED47D;
}
</style>
border-color css
<style>
span { border-color: #FED47D; }
span { border-color: rgb(254,212,125); }
td.TdClassName
{
border-color: #FED47D;
}
.TagClassName
{
border-color: #FED47D;
}
</style>