Shades of Salomie #FFD573
Tints of Salomie #FFD573
RGB
CMYK
RGB Variations
Color information
#FFD573 (or 0xFFD573) is known color: Salomie. HEX triplet: FF, D5 and 73. RGB value is (255,213,115). Sum of RGB (Red+Green+Blue) = 255+213+115=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD573 is #002A8C. Grayscale: #D6D6D6. Windows color (decimal): -10893 or 7591423. OLE color: 7591423.
HSL color Cylindrical-coordinate representation of color #FFD573: hue angle of 42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD573 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 115 | - |
| CMYK | 0 | 0.16 | 0.55 | 0 |
| HSL | 42º | 1% | 0.73% | - |
| HSV(B) | 42º | 0.55% | 1% | - |
| XYZ | 68.13 | 70.09 | 26.16 | - |
| YUV | 214.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 115 | 0 | 0.16 | 0.55 | 0 | 42 | 1 | 0.73 |
| Hex | FF | D5 | 73 | 0 | 10 | 37 | 0 | 2A | 64 | 49 |
| Octal | 377 | 325 | 163 | 0 | 20 | 67 | 0 | 52 | 144 | 111 |
| Binary | 11111111 | 11010101 | 1110011 | 0 | 10000 | 110111 | 0 | 101010 | 1100100 | 1001001 |
Color Harmonies of #FFD573
Complementary color
Monochromatic Colors of #FFD573
Black with #FFD573
Text Example
Text Example
White with #FFD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD573; }
p { color: rgb(255,213,115); }
H1.HeaderClassName
{
color: #FFD573;
}
.AnyTagClassName
{
color: #FFD573;
}
</style>
background-color css
<style>
a { background-color: #FFD573; }
a { background-color: rgb(255,213,115); }
div.DivClassName
{
background-color: #FFD573;
}
.BgClassName
{
background-color: #FFD573;
}
</style>
border-color css
<style>
span { border-color: #FFD573; }
span { border-color: rgb(255,213,115); }
td.TdClassName
{
border-color: #FFD573;
}
.TagClassName
{
border-color: #FFD573;
}
</style>