Shades of Salomie #FFD280
Tints of Salomie #FFD280
RGB
CMYK
RGB Variations
Color information
#FFD280 (or 0xFFD280) is known color: Salomie. HEX triplet: FF, D2 and 80. RGB value is (255,210,128). Sum of RGB (Red+Green+Blue) = 255+210+128=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD280 is #002D7F. Grayscale: #D6D6D6. Windows color (decimal): -11648 or 8442623. OLE color: 8442623.
HSL color Cylindrical-coordinate representation of color #FFD280: hue angle of 38.74º 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 #FFD280 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 128 | - |
| CMYK | 0 | 0.18 | 0.50 | 0 |
| HSL | 38.74º | 1% | 0.75% | - |
| HSV(B) | 38.74º | 0.5% | 1% | - |
| XYZ | 68.18 | 68.91 | 30.13 | - |
| YUV | 214.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 128 | 0 | 0.18 | 0.50 | 0 | 38.74 | 1 | 0.75 |
| Hex | FF | D2 | 80 | 0 | 12 | 32 | 0 | 27 | 64 | 4B |
| Octal | 377 | 322 | 200 | 0 | 22 | 62 | 0 | 47 | 144 | 113 |
| Binary | 11111111 | 11010010 | 10000000 | 0 | 10010 | 110010 | 0 | 100111 | 1100100 | 1001011 |
Color Harmonies of #FFD280
Complementary color
Monochromatic Colors of #FFD280
Black with #FFD280
Text Example
Text Example
White with #FFD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD280; }
p { color: rgb(255,210,128); }
H1.HeaderClassName
{
color: #FFD280;
}
.AnyTagClassName
{
color: #FFD280;
}
</style>
background-color css
<style>
a { background-color: #FFD280; }
a { background-color: rgb(255,210,128); }
div.DivClassName
{
background-color: #FFD280;
}
.BgClassName
{
background-color: #FFD280;
}
</style>
border-color css
<style>
span { border-color: #FFD280; }
span { border-color: rgb(255,210,128); }
td.TdClassName
{
border-color: #FFD280;
}
.TagClassName
{
border-color: #FFD280;
}
</style>