Shades of Light Salmon #FFA283
Tints of Light Salmon #FFA283
RGB
CMYK
RGB Variations
Color information
#FFA283 (or 0xFFA283) is known color: Light Salmon. HEX triplet: FF, A2 and 83. RGB value is (255,162,131). Sum of RGB (Red+Green+Blue) = 255+162+131=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA283 is #005D7C. Grayscale: #BABABA. Windows color (decimal): -23933 or 8626943. OLE color: 8626943.
HSL color Cylindrical-coordinate representation of color #FFA283: hue angle of 15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFA283 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 131 | - |
| CMYK | 0 | 0.36 | 0.49 | 0 |
| HSL | 15º | 1% | 0.76% | - |
| HSV(B) | 15º | 0.49% | 1% | - |
| XYZ | 58.26 | 48.74 | 27.81 | - |
| YUV | 186.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 131 | 0 | 0.36 | 0.49 | 0 | 15 | 1 | 0.76 |
| Hex | FF | A2 | 83 | 0 | 24 | 31 | 0 | F | 64 | 4C |
| Octal | 377 | 242 | 203 | 0 | 44 | 61 | 0 | 17 | 144 | 114 |
| Binary | 11111111 | 10100010 | 10000011 | 0 | 100100 | 110001 | 0 | 1111 | 1100100 | 1001100 |
Color Harmonies of #FFA283
Complementary color
Monochromatic Colors of #FFA283
Black with #FFA283
Text Example
Text Example
White with #FFA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA283; }
p { color: rgb(255,162,131); }
H1.HeaderClassName
{
color: #FFA283;
}
.AnyTagClassName
{
color: #FFA283;
}
</style>
background-color css
<style>
a { background-color: #FFA283; }
a { background-color: rgb(255,162,131); }
div.DivClassName
{
background-color: #FFA283;
}
.BgClassName
{
background-color: #FFA283;
}
</style>
border-color css
<style>
span { border-color: #FFA283; }
span { border-color: rgb(255,162,131); }
td.TdClassName
{
border-color: #FFA283;
}
.TagClassName
{
border-color: #FFA283;
}
</style>