Shades of Salomie #FDD475
Tints of Salomie #FDD475
RGB
CMYK
RGB Variations
Color information
#FDD475 (or 0xFDD475) is known color: Salomie. HEX triplet: FD, D4 and 75. RGB value is (253,212,117). Sum of RGB (Red+Green+Blue) = 253+212+117=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD475 is #022B8A. Grayscale: #D5D5D5. Windows color (decimal): -142219 or 7722237. OLE color: 7722237.
HSL color Cylindrical-coordinate representation of color #FDD475: hue angle of 41.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDD475 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 117 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.01 |
| HSL | 41.91º | 0.97% | 0.73% | - |
| HSV(B) | 41.91º | 0.54% | 0.99% | - |
| XYZ | 67.26 | 69.25 | 26.65 | - |
| YUV | 213.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 117 | 0 | 0.16 | 0.54 | 0.01 | 41.91 | 0.97 | 0.73 |
| Hex | FD | D4 | 75 | 0 | 10 | 36 | 1 | 2A | 61 | 49 |
| Octal | 375 | 324 | 165 | 0 | 20 | 66 | 1 | 52 | 141 | 111 |
| Binary | 11111101 | 11010100 | 1110101 | 0 | 10000 | 110110 | 1 | 101010 | 1100001 | 1001001 |
Color Harmonies of #FDD475
Complementary color
Monochromatic Colors of #FDD475
Black with #FDD475
Text Example
Text Example
White with #FDD475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD475; }
p { color: rgb(253,212,117); }
H1.HeaderClassName
{
color: #FDD475;
}
.AnyTagClassName
{
color: #FDD475;
}
</style>
background-color css
<style>
a { background-color: #FDD475; }
a { background-color: rgb(253,212,117); }
div.DivClassName
{
background-color: #FDD475;
}
.BgClassName
{
background-color: #FDD475;
}
</style>
border-color css
<style>
span { border-color: #FDD475; }
span { border-color: rgb(253,212,117); }
td.TdClassName
{
border-color: #FDD475;
}
.TagClassName
{
border-color: #FDD475;
}
</style>