Shades of Salomie #FED773
Tints of Salomie #FED773
RGB
CMYK
RGB Variations
Color information
#FED773 (or 0xFED773) is known color: Salomie. HEX triplet: FE, D7 and 73. RGB value is (254,215,115). Sum of RGB (Red+Green+Blue) = 254+215+115=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED773 is #01288C. Grayscale: #D7D7D7. Windows color (decimal): -75917 or 7591934. OLE color: 7591934.
HSL color Cylindrical-coordinate representation of color #FED773: hue angle of 43.17º 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 #FED773 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 115 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.00 |
| HSL | 43.17º | 0.99% | 0.72% | - |
| HSV(B) | 43.17º | 0.55% | 1% | - |
| XYZ | 68.27 | 70.91 | 26.31 | - |
| YUV | 215.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 115 | 0 | 0.15 | 0.55 | 0.00 | 43.17 | 0.99 | 0.72 |
| Hex | FE | D7 | 73 | 0 | F | 37 | 0 | 2B | 63 | 48 |
| Octal | 376 | 327 | 163 | 0 | 17 | 67 | 0 | 53 | 143 | 110 |
| Binary | 11111110 | 11010111 | 1110011 | 0 | 1111 | 110111 | 0 | 101011 | 1100011 | 1001000 |
Color Harmonies of #FED773
Complementary color
Monochromatic Colors of #FED773
Black with #FED773
Text Example
Text Example
White with #FED773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED773; }
p { color: rgb(254,215,115); }
H1.HeaderClassName
{
color: #FED773;
}
.AnyTagClassName
{
color: #FED773;
}
</style>
background-color css
<style>
a { background-color: #FED773; }
a { background-color: rgb(254,215,115); }
div.DivClassName
{
background-color: #FED773;
}
.BgClassName
{
background-color: #FED773;
}
</style>
border-color css
<style>
span { border-color: #FED773; }
span { border-color: rgb(254,215,115); }
td.TdClassName
{
border-color: #FED773;
}
.TagClassName
{
border-color: #FED773;
}
</style>