Shades of Salomie #FEDC7C
Tints of Salomie #FEDC7C
RGB
CMYK
RGB Variations
Color information
#FEDC7C (or 0xFEDC7C) is known color: Salomie. HEX triplet: FE, DC and 7C. RGB value is (254,220,124). Sum of RGB (Red+Green+Blue) = 254+220+124=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 124 (48.83% from 255 or 20.74% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC7C is #012383. Grayscale: #DBDBDB. Windows color (decimal): -74628 or 8183038. OLE color: 8183038.
HSL color Cylindrical-coordinate representation of color #FEDC7C: hue angle of 44.31º 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 #FEDC7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 124 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.00 |
| HSL | 44.31º | 0.98% | 0.74% | - |
| HSV(B) | 44.31º | 0.51% | 1% | - |
| XYZ | 70.1 | 73.71 | 29.6 | - |
| YUV | 219.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 124 | 0 | 0.13 | 0.51 | 0.00 | 44.31 | 0.98 | 0.74 |
| Hex | FE | DC | 7C | 0 | D | 33 | 0 | 2C | 62 | 4A |
| Octal | 376 | 334 | 174 | 0 | 15 | 63 | 0 | 54 | 142 | 112 |
| Binary | 11111110 | 11011100 | 1111100 | 0 | 1101 | 110011 | 0 | 101100 | 1100010 | 1001010 |
Color Harmonies of #FEDC7C
Complementary color
Monochromatic Colors of #FEDC7C
Black with #FEDC7C
Text Example
Text Example
White with #FEDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC7C; }
p { color: rgb(254,220,124); }
H1.HeaderClassName
{
color: #FEDC7C;
}
.AnyTagClassName
{
color: #FEDC7C;
}
</style>
background-color css
<style>
a { background-color: #FEDC7C; }
a { background-color: rgb(254,220,124); }
div.DivClassName
{
background-color: #FEDC7C;
}
.BgClassName
{
background-color: #FEDC7C;
}
</style>
border-color css
<style>
span { border-color: #FEDC7C; }
span { border-color: rgb(254,220,124); }
td.TdClassName
{
border-color: #FEDC7C;
}
.TagClassName
{
border-color: #FEDC7C;
}
</style>