Shades of Salomie #FFD975
Tints of Salomie #FFD975
RGB
CMYK
RGB Variations
Color information
#FFD975 (or 0xFFD975) is known color: Salomie. HEX triplet: FF, D9 and 75. RGB value is (255,217,117). Sum of RGB (Red+Green+Blue) = 255+217+117=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD975 is #00268A. Grayscale: #D9D9D9. Windows color (decimal): -9867 or 7723519. OLE color: 7723519.
HSL color Cylindrical-coordinate representation of color #FFD975: hue angle of 43.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFD975 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 117 | - |
| CMYK | 0 | 0.15 | 0.54 | 0 |
| HSL | 43.48º | 1% | 0.73% | - |
| HSV(B) | 43.48º | 0.54% | 1% | - |
| XYZ | 69.26 | 72.17 | 27.11 | - |
| YUV | 216.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 117 | 0 | 0.15 | 0.54 | 0 | 43.48 | 1 | 0.73 |
| Hex | FF | D9 | 75 | 0 | F | 36 | 0 | 2B | 64 | 49 |
| Octal | 377 | 331 | 165 | 0 | 17 | 66 | 0 | 53 | 144 | 111 |
| Binary | 11111111 | 11011001 | 1110101 | 0 | 1111 | 110110 | 0 | 101011 | 1100100 | 1001001 |
Color Harmonies of #FFD975
Complementary color
Monochromatic Colors of #FFD975
Black with #FFD975
Text Example
Text Example
White with #FFD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD975; }
p { color: rgb(255,217,117); }
H1.HeaderClassName
{
color: #FFD975;
}
.AnyTagClassName
{
color: #FFD975;
}
</style>
background-color css
<style>
a { background-color: #FFD975; }
a { background-color: rgb(255,217,117); }
div.DivClassName
{
background-color: #FFD975;
}
.BgClassName
{
background-color: #FFD975;
}
</style>
border-color css
<style>
span { border-color: #FFD975; }
span { border-color: rgb(255,217,117); }
td.TdClassName
{
border-color: #FFD975;
}
.TagClassName
{
border-color: #FFD975;
}
</style>