Shades of Salomie #FFD572
Tints of Salomie #FFD572
RGB
CMYK
RGB Variations
Color information
#FFD572 (or 0xFFD572) is known color: Salomie. HEX triplet: FF, D5 and 72. RGB value is (255,213,114). Sum of RGB (Red+Green+Blue) = 255+213+114=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD572 is #002A8D. Grayscale: #D6D6D6. Windows color (decimal): -10894 or 7525887. OLE color: 7525887.
HSL color Cylindrical-coordinate representation of color #FFD572: hue angle of 42.13º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD572 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 114 | - |
| CMYK | 0 | 0.16 | 0.55 | 0 |
| HSL | 42.13º | 1% | 0.72% | - |
| HSV(B) | 42.13º | 0.55% | 1% | - |
| XYZ | 68.07 | 70.06 | 25.86 | - |
| YUV | 214.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 114 | 0 | 0.16 | 0.55 | 0 | 42.13 | 1 | 0.72 |
| Hex | FF | D5 | 72 | 0 | 10 | 37 | 0 | 2A | 64 | 48 |
| Octal | 377 | 325 | 162 | 0 | 20 | 67 | 0 | 52 | 144 | 110 |
| Binary | 11111111 | 11010101 | 1110010 | 0 | 10000 | 110111 | 0 | 101010 | 1100100 | 1001000 |
Color Harmonies of #FFD572
Complementary color
Monochromatic Colors of #FFD572
Black with #FFD572
Text Example
Text Example
White with #FFD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD572; }
p { color: rgb(255,213,114); }
H1.HeaderClassName
{
color: #FFD572;
}
.AnyTagClassName
{
color: #FFD572;
}
</style>
background-color css
<style>
a { background-color: #FFD572; }
a { background-color: rgb(255,213,114); }
div.DivClassName
{
background-color: #FFD572;
}
.BgClassName
{
background-color: #FFD572;
}
</style>
border-color css
<style>
span { border-color: #FFD572; }
span { border-color: rgb(255,213,114); }
td.TdClassName
{
border-color: #FFD572;
}
.TagClassName
{
border-color: #FFD572;
}
</style>