Shades of Salomie #FED972
Tints of Salomie #FED972
RGB
CMYK
RGB Variations
Color information
#FED972 (or 0xFED972) is known color: Salomie. HEX triplet: FE, D9 and 72. RGB value is (254,217,114). Sum of RGB (Red+Green+Blue) = 254+217+114=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FED972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED972 is #01268D. Grayscale: #D8D8D8. Windows color (decimal): -75406 or 7526910. OLE color: 7526910.
HSL color Cylindrical-coordinate representation of color #FED972: hue angle of 44.14º 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 #FED972 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 114 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.00 |
| HSL | 44.14º | 0.99% | 0.72% | - |
| HSV(B) | 44.14º | 0.55% | 1% | - |
| XYZ | 68.72 | 71.91 | 26.18 | - |
| YUV | 216.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 114 | 0 | 0.15 | 0.55 | 0.00 | 44.14 | 0.99 | 0.72 |
| Hex | FE | D9 | 72 | 0 | F | 37 | 0 | 2C | 63 | 48 |
| Octal | 376 | 331 | 162 | 0 | 17 | 67 | 0 | 54 | 143 | 110 |
| Binary | 11111110 | 11011001 | 1110010 | 0 | 1111 | 110111 | 0 | 101100 | 1100011 | 1001000 |
Color Harmonies of #FED972
Complementary color
Monochromatic Colors of #FED972
Black with #FED972
Text Example
Text Example
White with #FED972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED972; }
p { color: rgb(254,217,114); }
H1.HeaderClassName
{
color: #FED972;
}
.AnyTagClassName
{
color: #FED972;
}
</style>
background-color css
<style>
a { background-color: #FED972; }
a { background-color: rgb(254,217,114); }
div.DivClassName
{
background-color: #FED972;
}
.BgClassName
{
background-color: #FED972;
}
</style>
border-color css
<style>
span { border-color: #FED972; }
span { border-color: rgb(254,217,114); }
td.TdClassName
{
border-color: #FED972;
}
.TagClassName
{
border-color: #FED972;
}
</style>