Shades of Light Salmon #F6A183
Tints of Light Salmon #F6A183
RGB
CMYK
RGB Variations
Color information
#F6A183 (or 0xF6A183) is known color: Light Salmon. HEX triplet: F6, A1 and 83. RGB value is (246,161,131). Sum of RGB (Red+Green+Blue) = 246+161+131=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A183 is #095E7C. Grayscale: #B7B7B7. Windows color (decimal): -614013 or 8626678. OLE color: 8626678.
HSL color Cylindrical-coordinate representation of color #F6A183: hue angle of 15.65º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6A183 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 131 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.04 |
| HSL | 15.65º | 0.86% | 0.74% | - |
| HSV(B) | 15.65º | 0.47% | 0.96% | - |
| XYZ | 54.85 | 46.72 | 27.6 | - |
| YUV | 183 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 131 | 0 | 0.35 | 0.47 | 0.04 | 15.65 | 0.86 | 0.74 |
| Hex | F6 | A1 | 83 | 0 | 23 | 2F | 4 | 10 | 56 | 4A |
| Octal | 366 | 241 | 203 | 0 | 43 | 57 | 4 | 20 | 126 | 112 |
| Binary | 11110110 | 10100001 | 10000011 | 0 | 100011 | 101111 | 100 | 10000 | 1010110 | 1001010 |
Color Harmonies of #F6A183
Complementary color
Monochromatic Colors of #F6A183
Black with #F6A183
Text Example
Text Example
White with #F6A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A183; }
p { color: rgb(246,161,131); }
H1.HeaderClassName
{
color: #F6A183;
}
.AnyTagClassName
{
color: #F6A183;
}
</style>
background-color css
<style>
a { background-color: #F6A183; }
a { background-color: rgb(246,161,131); }
div.DivClassName
{
background-color: #F6A183;
}
.BgClassName
{
background-color: #F6A183;
}
</style>
border-color css
<style>
span { border-color: #F6A183; }
span { border-color: rgb(246,161,131); }
td.TdClassName
{
border-color: #F6A183;
}
.TagClassName
{
border-color: #F6A183;
}
</style>