Shades of Salomie #FDD180
Tints of Salomie #FDD180
RGB
CMYK
RGB Variations
Color information
#FDD180 (or 0xFDD180) is known color: Salomie. HEX triplet: FD, D1 and 80. RGB value is (253,209,128). Sum of RGB (Red+Green+Blue) = 253+209+128=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD180 is #022E7F. Grayscale: #D5D5D5. Windows color (decimal): -142976 or 8442365. OLE color: 8442365.
HSL color Cylindrical-coordinate representation of color #FDD180: hue angle of 38.88º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDD180 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 128 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.01 |
| HSL | 38.88º | 0.97% | 0.75% | - |
| HSV(B) | 38.88º | 0.49% | 0.99% | - |
| XYZ | 67.2 | 68.04 | 30.01 | - |
| YUV | 212.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 128 | 0 | 0.17 | 0.49 | 0.01 | 38.88 | 0.97 | 0.75 |
| Hex | FD | D1 | 80 | 0 | 11 | 31 | 1 | 27 | 61 | 4B |
| Octal | 375 | 321 | 200 | 0 | 21 | 61 | 1 | 47 | 141 | 113 |
| Binary | 11111101 | 11010001 | 10000000 | 0 | 10001 | 110001 | 1 | 100111 | 1100001 | 1001011 |
Color Harmonies of #FDD180
Complementary color
Monochromatic Colors of #FDD180
Black with #FDD180
Text Example
Text Example
White with #FDD180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD180; }
p { color: rgb(253,209,128); }
H1.HeaderClassName
{
color: #FDD180;
}
.AnyTagClassName
{
color: #FDD180;
}
</style>
background-color css
<style>
a { background-color: #FDD180; }
a { background-color: rgb(253,209,128); }
div.DivClassName
{
background-color: #FDD180;
}
.BgClassName
{
background-color: #FDD180;
}
</style>
border-color css
<style>
span { border-color: #FDD180; }
span { border-color: rgb(253,209,128); }
td.TdClassName
{
border-color: #FDD180;
}
.TagClassName
{
border-color: #FDD180;
}
</style>