Shades of Salomie #FFD282
Tints of Salomie #FFD282
RGB
CMYK
RGB Variations
Color information
#FFD282 (or 0xFFD282) is known color: Salomie. HEX triplet: FF, D2 and 82. RGB value is (255,210,130). Sum of RGB (Red+Green+Blue) = 255+210+130=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD282 is #002D7D. Grayscale: #D6D6D6. Windows color (decimal): -11646 or 8573695. OLE color: 8573695.
HSL color Cylindrical-coordinate representation of color #FFD282: hue angle of 38.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD282 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 130 | - |
| CMYK | 0 | 0.18 | 0.49 | 0 |
| HSL | 38.4º | 1% | 0.75% | - |
| HSV(B) | 38.4º | 0.49% | 1% | - |
| XYZ | 68.32 | 68.96 | 30.83 | - |
| YUV | 214.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 130 | 0 | 0.18 | 0.49 | 0 | 38.4 | 1 | 0.75 |
| Hex | FF | D2 | 82 | 0 | 12 | 31 | 0 | 26 | 64 | 4B |
| Octal | 377 | 322 | 202 | 0 | 22 | 61 | 0 | 46 | 144 | 113 |
| Binary | 11111111 | 11010010 | 10000010 | 0 | 10010 | 110001 | 0 | 100110 | 1100100 | 1001011 |
Color Harmonies of #FFD282
Complementary color
Monochromatic Colors of #FFD282
Black with #FFD282
Text Example
Text Example
White with #FFD282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD282; }
p { color: rgb(255,210,130); }
H1.HeaderClassName
{
color: #FFD282;
}
.AnyTagClassName
{
color: #FFD282;
}
</style>
background-color css
<style>
a { background-color: #FFD282; }
a { background-color: rgb(255,210,130); }
div.DivClassName
{
background-color: #FFD282;
}
.BgClassName
{
background-color: #FFD282;
}
</style>
border-color css
<style>
span { border-color: #FFD282; }
span { border-color: rgb(255,210,130); }
td.TdClassName
{
border-color: #FFD282;
}
.TagClassName
{
border-color: #FFD282;
}
</style>