Shades of Salomie #FEDB7C
Tints of Salomie #FEDB7C
RGB
CMYK
RGB Variations
Color information
#FEDB7C (or 0xFEDB7C) is known color: Salomie. HEX triplet: FE, DB and 7C. RGB value is (254,219,124). Sum of RGB (Red+Green+Blue) = 254+219+124=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 124 (48.83% from 255 or 20.77% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB7C is #012483. Grayscale: #DBDBDB. Windows color (decimal): -74884 or 8182782. OLE color: 8182782.
HSL color Cylindrical-coordinate representation of color #FEDB7C: hue angle of 43.85º 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 #FEDB7C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 124 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.00 |
| HSL | 43.85º | 0.98% | 0.74% | - |
| HSV(B) | 43.85º | 0.51% | 1% | - |
| XYZ | 69.84 | 73.19 | 29.51 | - |
| YUV | 218.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 124 | 0 | 0.14 | 0.51 | 0.00 | 43.85 | 0.98 | 0.74 |
| Hex | FE | DB | 7C | 0 | E | 33 | 0 | 2C | 62 | 4A |
| Octal | 376 | 333 | 174 | 0 | 16 | 63 | 0 | 54 | 142 | 112 |
| Binary | 11111110 | 11011011 | 1111100 | 0 | 1110 | 110011 | 0 | 101100 | 1100010 | 1001010 |
Color Harmonies of #FEDB7C
Complementary color
Monochromatic Colors of #FEDB7C
Black with #FEDB7C
Text Example
Text Example
White with #FEDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB7C; }
p { color: rgb(254,219,124); }
H1.HeaderClassName
{
color: #FEDB7C;
}
.AnyTagClassName
{
color: #FEDB7C;
}
</style>
background-color css
<style>
a { background-color: #FEDB7C; }
a { background-color: rgb(254,219,124); }
div.DivClassName
{
background-color: #FEDB7C;
}
.BgClassName
{
background-color: #FEDB7C;
}
</style>
border-color css
<style>
span { border-color: #FEDB7C; }
span { border-color: rgb(254,219,124); }
td.TdClassName
{
border-color: #FEDB7C;
}
.TagClassName
{
border-color: #FEDB7C;
}
</style>