Shades of Light Salmon #F6A783
Tints of Light Salmon #F6A783
RGB
CMYK
RGB Variations
Color information
#F6A783 (or 0xF6A783) is known color: Light Salmon. HEX triplet: F6, A7 and 83. RGB value is (246,167,131). Sum of RGB (Red+Green+Blue) = 246+167+131=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A783 is #09587C. Grayscale: #BABABA. Windows color (decimal): -612477 or 8628214. OLE color: 8628214.
HSL color Cylindrical-coordinate representation of color #F6A783: hue angle of 18.78º 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 #F6A783 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 131 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.04 |
| HSL | 18.78º | 0.86% | 0.74% | - |
| HSV(B) | 18.78º | 0.47% | 0.96% | - |
| XYZ | 55.92 | 48.87 | 27.96 | - |
| YUV | 186.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 131 | 0 | 0.32 | 0.47 | 0.04 | 18.78 | 0.86 | 0.74 |
| Hex | F6 | A7 | 83 | 0 | 20 | 2F | 4 | 13 | 56 | 4A |
| Octal | 366 | 247 | 203 | 0 | 40 | 57 | 4 | 23 | 126 | 112 |
| Binary | 11110110 | 10100111 | 10000011 | 0 | 100000 | 101111 | 100 | 10011 | 1010110 | 1001010 |
Color Harmonies of #F6A783
Complementary color
Monochromatic Colors of #F6A783
Black with #F6A783
Text Example
Text Example
White with #F6A783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A783; }
p { color: rgb(246,167,131); }
H1.HeaderClassName
{
color: #F6A783;
}
.AnyTagClassName
{
color: #F6A783;
}
</style>
background-color css
<style>
a { background-color: #F6A783; }
a { background-color: rgb(246,167,131); }
div.DivClassName
{
background-color: #F6A783;
}
.BgClassName
{
background-color: #F6A783;
}
</style>
border-color css
<style>
span { border-color: #F6A783; }
span { border-color: rgb(246,167,131); }
td.TdClassName
{
border-color: #F6A783;
}
.TagClassName
{
border-color: #F6A783;
}
</style>