Shades of Light Salmon #FFA783
Tints of Light Salmon #FFA783
RGB
CMYK
RGB Variations
Color information
#FFA783 (or 0xFFA783) is known color: Light Salmon. HEX triplet: FF, A7 and 83. RGB value is (255,167,131). Sum of RGB (Red+Green+Blue) = 255+167+131=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA783 is #00587C. Grayscale: #BDBDBD. Windows color (decimal): -22653 or 8628223. OLE color: 8628223.
HSL color Cylindrical-coordinate representation of color #FFA783: hue angle of 17.42º 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 #FFA783 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 131 | - |
| CMYK | 0 | 0.35 | 0.49 | 0 |
| HSL | 17.42º | 1% | 0.76% | - |
| HSV(B) | 17.42º | 0.49% | 1% | - |
| XYZ | 59.16 | 50.54 | 28.11 | - |
| YUV | 189.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 131 | 0 | 0.35 | 0.49 | 0 | 17.42 | 1 | 0.76 |
| Hex | FF | A7 | 83 | 0 | 23 | 31 | 0 | 11 | 64 | 4C |
| Octal | 377 | 247 | 203 | 0 | 43 | 61 | 0 | 21 | 144 | 114 |
| Binary | 11111111 | 10100111 | 10000011 | 0 | 100011 | 110001 | 0 | 10001 | 1100100 | 1001100 |
Color Harmonies of #FFA783
Complementary color
Monochromatic Colors of #FFA783
Black with #FFA783
Text Example
Text Example
White with #FFA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA783; }
p { color: rgb(255,167,131); }
H1.HeaderClassName
{
color: #FFA783;
}
.AnyTagClassName
{
color: #FFA783;
}
</style>
background-color css
<style>
a { background-color: #FFA783; }
a { background-color: rgb(255,167,131); }
div.DivClassName
{
background-color: #FFA783;
}
.BgClassName
{
background-color: #FFA783;
}
</style>
border-color css
<style>
span { border-color: #FFA783; }
span { border-color: rgb(255,167,131); }
td.TdClassName
{
border-color: #FFA783;
}
.TagClassName
{
border-color: #FFA783;
}
</style>