Shades of Salomie #FFD775
Tints of Salomie #FFD775
RGB
CMYK
RGB Variations
Color information
#FFD775 (or 0xFFD775) is known color: Salomie. HEX triplet: FF, D7 and 75. RGB value is (255,215,117). Sum of RGB (Red+Green+Blue) = 255+215+117=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD775 is #00288A. Grayscale: #D8D8D8. Windows color (decimal): -10379 or 7723007. OLE color: 7723007.
HSL color Cylindrical-coordinate representation of color #FFD775: hue angle of 42.61º 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 #FFD775 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 117 | - |
| CMYK | 0 | 0.16 | 0.54 | 0 |
| HSL | 42.61º | 1% | 0.73% | - |
| HSV(B) | 42.61º | 0.54% | 1% | - |
| XYZ | 68.75 | 71.15 | 26.94 | - |
| YUV | 215.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 117 | 0 | 0.16 | 0.54 | 0 | 42.61 | 1 | 0.73 |
| Hex | FF | D7 | 75 | 0 | 10 | 36 | 0 | 2B | 64 | 49 |
| Octal | 377 | 327 | 165 | 0 | 20 | 66 | 0 | 53 | 144 | 111 |
| Binary | 11111111 | 11010111 | 1110101 | 0 | 10000 | 110110 | 0 | 101011 | 1100100 | 1001001 |
Color Harmonies of #FFD775
Complementary color
Monochromatic Colors of #FFD775
Black with #FFD775
Text Example
Text Example
White with #FFD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD775; }
p { color: rgb(255,215,117); }
H1.HeaderClassName
{
color: #FFD775;
}
.AnyTagClassName
{
color: #FFD775;
}
</style>
background-color css
<style>
a { background-color: #FFD775; }
a { background-color: rgb(255,215,117); }
div.DivClassName
{
background-color: #FFD775;
}
.BgClassName
{
background-color: #FFD775;
}
</style>
border-color css
<style>
span { border-color: #FFD775; }
span { border-color: rgb(255,215,117); }
td.TdClassName
{
border-color: #FFD775;
}
.TagClassName
{
border-color: #FFD775;
}
</style>