Shades of Salomie #FEDA7D
Tints of Salomie #FEDA7D
RGB
CMYK
RGB Variations
Color information
#FEDA7D (or 0xFEDA7D) is known color: Salomie. HEX triplet: FE, DA and 7D. RGB value is (254,218,125). Sum of RGB (Red+Green+Blue) = 254+218+125=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA7D is #012582. Grayscale: #DADADA. Windows color (decimal): -75139 or 8248062. OLE color: 8248062.
HSL color Cylindrical-coordinate representation of color #FEDA7D: hue angle of 43.26º 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 #FEDA7D is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 125 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.00 |
| HSL | 43.26º | 0.98% | 0.74% | - |
| HSV(B) | 43.26º | 0.51% | 1% | - |
| XYZ | 69.65 | 72.69 | 29.76 | - |
| YUV | 218.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 125 | 0 | 0.14 | 0.51 | 0.00 | 43.26 | 0.98 | 0.74 |
| Hex | FE | DA | 7D | 0 | E | 33 | 0 | 2B | 62 | 4A |
| Octal | 376 | 332 | 175 | 0 | 16 | 63 | 0 | 53 | 142 | 112 |
| Binary | 11111110 | 11011010 | 1111101 | 0 | 1110 | 110011 | 0 | 101011 | 1100010 | 1001010 |
Color Harmonies of #FEDA7D
Complementary color
Monochromatic Colors of #FEDA7D
Black with #FEDA7D
Text Example
Text Example
White with #FEDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA7D; }
p { color: rgb(254,218,125); }
H1.HeaderClassName
{
color: #FEDA7D;
}
.AnyTagClassName
{
color: #FEDA7D;
}
</style>
background-color css
<style>
a { background-color: #FEDA7D; }
a { background-color: rgb(254,218,125); }
div.DivClassName
{
background-color: #FEDA7D;
}
.BgClassName
{
background-color: #FEDA7D;
}
</style>
border-color css
<style>
span { border-color: #FEDA7D; }
span { border-color: rgb(254,218,125); }
td.TdClassName
{
border-color: #FEDA7D;
}
.TagClassName
{
border-color: #FEDA7D;
}
</style>