Shades of Salomie #FEDA72
Tints of Salomie #FEDA72
RGB
CMYK
RGB Variations
Color information
#FEDA72 (or 0xFEDA72) is known color: Salomie. HEX triplet: FE, DA and 72. RGB value is (254,218,114). Sum of RGB (Red+Green+Blue) = 254+218+114=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA72 is #01258D. Grayscale: #D9D9D9. Windows color (decimal): -75150 or 7527166. OLE color: 7527166.
HSL color Cylindrical-coordinate representation of color #FEDA72: hue angle of 44.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEDA72 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 114 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.00 |
| HSL | 44.57º | 0.99% | 0.72% | - |
| HSV(B) | 44.57º | 0.55% | 1% | - |
| XYZ | 68.98 | 72.43 | 26.26 | - |
| YUV | 216.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 114 | 0 | 0.14 | 0.55 | 0.00 | 44.57 | 0.99 | 0.72 |
| Hex | FE | DA | 72 | 0 | E | 37 | 0 | 2D | 63 | 48 |
| Octal | 376 | 332 | 162 | 0 | 16 | 67 | 0 | 55 | 143 | 110 |
| Binary | 11111110 | 11011010 | 1110010 | 0 | 1110 | 110111 | 0 | 101101 | 1100011 | 1001000 |
Color Harmonies of #FEDA72
Complementary color
Monochromatic Colors of #FEDA72
Black with #FEDA72
Text Example
Text Example
White with #FEDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA72; }
p { color: rgb(254,218,114); }
H1.HeaderClassName
{
color: #FEDA72;
}
.AnyTagClassName
{
color: #FEDA72;
}
</style>
background-color css
<style>
a { background-color: #FEDA72; }
a { background-color: rgb(254,218,114); }
div.DivClassName
{
background-color: #FEDA72;
}
.BgClassName
{
background-color: #FEDA72;
}
</style>
border-color css
<style>
span { border-color: #FEDA72; }
span { border-color: rgb(254,218,114); }
td.TdClassName
{
border-color: #FEDA72;
}
.TagClassName
{
border-color: #FEDA72;
}
</style>