Shades of Light Salmon #F3A683
Tints of Light Salmon #F3A683
RGB
CMYK
RGB Variations
Color information
#F3A683 (or 0xF3A683) is known color: Light Salmon. HEX triplet: F3, A6 and 83. RGB value is (243,166,131). Sum of RGB (Red+Green+Blue) = 243+166+131=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A683 is #0C597C. Grayscale: #B9B9B9. Windows color (decimal): -809341 or 8627955. OLE color: 8627955.
HSL color Cylindrical-coordinate representation of color #F3A683: hue angle of 18.75º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3A683 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 131 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.05 |
| HSL | 18.75º | 0.82% | 0.73% | - |
| HSV(B) | 18.75º | 0.46% | 0.95% | - |
| XYZ | 54.7 | 47.97 | 27.85 | - |
| YUV | 185.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 131 | 0 | 0.32 | 0.46 | 0.05 | 18.75 | 0.82 | 0.73 |
| Hex | F3 | A6 | 83 | 0 | 20 | 2E | 5 | 13 | 52 | 49 |
| Octal | 363 | 246 | 203 | 0 | 40 | 56 | 5 | 23 | 122 | 111 |
| Binary | 11110011 | 10100110 | 10000011 | 0 | 100000 | 101110 | 101 | 10011 | 1010010 | 1001001 |
Color Harmonies of #F3A683
Complementary color
Monochromatic Colors of #F3A683
Black with #F3A683
Text Example
Text Example
White with #F3A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A683; }
p { color: rgb(243,166,131); }
H1.HeaderClassName
{
color: #F3A683;
}
.AnyTagClassName
{
color: #F3A683;
}
</style>
background-color css
<style>
a { background-color: #F3A683; }
a { background-color: rgb(243,166,131); }
div.DivClassName
{
background-color: #F3A683;
}
.BgClassName
{
background-color: #F3A683;
}
</style>
border-color css
<style>
span { border-color: #F3A683; }
span { border-color: rgb(243,166,131); }
td.TdClassName
{
border-color: #F3A683;
}
.TagClassName
{
border-color: #F3A683;
}
</style>