Shades of Salomie #FFD475
Tints of Salomie #FFD475
RGB
CMYK
RGB Variations
Color information
#FFD475 (or 0xFFD475) is known color: Salomie. HEX triplet: FF, D4 and 75. RGB value is (255,212,117). Sum of RGB (Red+Green+Blue) = 255+212+117=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD475 is #002B8A. Grayscale: #D6D6D6. Windows color (decimal): -11147 or 7722239. OLE color: 7722239.
HSL color Cylindrical-coordinate representation of color #FFD475: hue angle of 41.3º 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 #FFD475 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 117 | - |
| CMYK | 0 | 0.17 | 0.54 | 0 |
| HSL | 41.3º | 1% | 0.73% | - |
| HSV(B) | 41.3º | 0.54% | 1% | - |
| XYZ | 67.99 | 69.63 | 26.69 | - |
| YUV | 214.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 117 | 0 | 0.17 | 0.54 | 0 | 41.3 | 1 | 0.73 |
| Hex | FF | D4 | 75 | 0 | 11 | 36 | 0 | 29 | 64 | 49 |
| Octal | 377 | 324 | 165 | 0 | 21 | 66 | 0 | 51 | 144 | 111 |
| Binary | 11111111 | 11010100 | 1110101 | 0 | 10001 | 110110 | 0 | 101001 | 1100100 | 1001001 |
Color Harmonies of #FFD475
Complementary color
Monochromatic Colors of #FFD475
Black with #FFD475
Text Example
Text Example
White with #FFD475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD475; }
p { color: rgb(255,212,117); }
H1.HeaderClassName
{
color: #FFD475;
}
.AnyTagClassName
{
color: #FFD475;
}
</style>
background-color css
<style>
a { background-color: #FFD475; }
a { background-color: rgb(255,212,117); }
div.DivClassName
{
background-color: #FFD475;
}
.BgClassName
{
background-color: #FFD475;
}
</style>
border-color css
<style>
span { border-color: #FFD475; }
span { border-color: rgb(255,212,117); }
td.TdClassName
{
border-color: #FFD475;
}
.TagClassName
{
border-color: #FFD475;
}
</style>