Shades of Salomie #FDD181
Tints of Salomie #FDD181
RGB
CMYK
RGB Variations
Color information
#FDD181 (or 0xFDD181) is known color: Salomie. HEX triplet: FD, D1 and 81. RGB value is (253,209,129). Sum of RGB (Red+Green+Blue) = 253+209+129=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD181 is #022E7E. Grayscale: #D5D5D5. Windows color (decimal): -142975 or 8507901. OLE color: 8507901.
HSL color Cylindrical-coordinate representation of color #FDD181: hue angle of 38.71º 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 #FDD181 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 129 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.01 |
| HSL | 38.71º | 0.97% | 0.75% | - |
| HSV(B) | 38.71º | 0.49% | 0.99% | - |
| XYZ | 67.27 | 68.07 | 30.36 | - |
| YUV | 213.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 129 | 0 | 0.17 | 0.49 | 0.01 | 38.71 | 0.97 | 0.75 |
| Hex | FD | D1 | 81 | 0 | 11 | 31 | 1 | 27 | 61 | 4B |
| Octal | 375 | 321 | 201 | 0 | 21 | 61 | 1 | 47 | 141 | 113 |
| Binary | 11111101 | 11010001 | 10000001 | 0 | 10001 | 110001 | 1 | 100111 | 1100001 | 1001011 |
Color Harmonies of #FDD181
Complementary color
Monochromatic Colors of #FDD181
Black with #FDD181
Text Example
Text Example
White with #FDD181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD181; }
p { color: rgb(253,209,129); }
H1.HeaderClassName
{
color: #FDD181;
}
.AnyTagClassName
{
color: #FDD181;
}
</style>
background-color css
<style>
a { background-color: #FDD181; }
a { background-color: rgb(253,209,129); }
div.DivClassName
{
background-color: #FDD181;
}
.BgClassName
{
background-color: #FDD181;
}
</style>
border-color css
<style>
span { border-color: #FDD181; }
span { border-color: rgb(253,209,129); }
td.TdClassName
{
border-color: #FDD181;
}
.TagClassName
{
border-color: #FDD181;
}
</style>