Shades of Salomie #FFD080
Tints of Salomie #FFD080
RGB
CMYK
RGB Variations
Color information
#FFD080 (or 0xFFD080) is known color: Salomie. HEX triplet: FF, D0 and 80. RGB value is (255,208,128). Sum of RGB (Red+Green+Blue) = 255+208+128=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD080 is #002F7F. Grayscale: #D5D5D5. Windows color (decimal): -12160 or 8442111. OLE color: 8442111.
HSL color Cylindrical-coordinate representation of color #FFD080: hue angle of 37.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFD080 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 128 | - |
| CMYK | 0 | 0.18 | 0.50 | 0 |
| HSL | 37.8º | 1% | 0.75% | - |
| HSV(B) | 37.8º | 0.5% | 1% | - |
| XYZ | 67.69 | 67.93 | 29.97 | - |
| YUV | 212.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 128 | 0 | 0.18 | 0.50 | 0 | 37.8 | 1 | 0.75 |
| Hex | FF | D0 | 80 | 0 | 12 | 32 | 0 | 26 | 64 | 4B |
| Octal | 377 | 320 | 200 | 0 | 22 | 62 | 0 | 46 | 144 | 113 |
| Binary | 11111111 | 11010000 | 10000000 | 0 | 10010 | 110010 | 0 | 100110 | 1100100 | 1001011 |
Color Harmonies of #FFD080
Complementary color
Monochromatic Colors of #FFD080
Black with #FFD080
Text Example
Text Example
White with #FFD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD080; }
p { color: rgb(255,208,128); }
H1.HeaderClassName
{
color: #FFD080;
}
.AnyTagClassName
{
color: #FFD080;
}
</style>
background-color css
<style>
a { background-color: #FFD080; }
a { background-color: rgb(255,208,128); }
div.DivClassName
{
background-color: #FFD080;
}
.BgClassName
{
background-color: #FFD080;
}
</style>
border-color css
<style>
span { border-color: #FFD080; }
span { border-color: rgb(255,208,128); }
td.TdClassName
{
border-color: #FFD080;
}
.TagClassName
{
border-color: #FFD080;
}
</style>