Shades of Light Salmon #F6A381
Tints of Light Salmon #F6A381
RGB
CMYK
RGB Variations
Color information
#F6A381 (or 0xF6A381) is known color: Light Salmon. HEX triplet: F6, A3 and 81. RGB value is (246,163,129). Sum of RGB (Red+Green+Blue) = 246+163+129=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A381 is #095C7E. Grayscale: #B8B8B8. Windows color (decimal): -613503 or 8496118. OLE color: 8496118.
HSL color Cylindrical-coordinate representation of color #F6A381: hue angle of 17.44º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6A381 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 129 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.04 |
| HSL | 17.44º | 0.87% | 0.74% | - |
| HSV(B) | 17.44º | 0.48% | 0.96% | - |
| XYZ | 55.07 | 47.37 | 27.01 | - |
| YUV | 183.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 129 | 0 | 0.34 | 0.48 | 0.04 | 17.44 | 0.87 | 0.74 |
| Hex | F6 | A3 | 81 | 0 | 22 | 30 | 4 | 11 | 57 | 4A |
| Octal | 366 | 243 | 201 | 0 | 42 | 60 | 4 | 21 | 127 | 112 |
| Binary | 11110110 | 10100011 | 10000001 | 0 | 100010 | 110000 | 100 | 10001 | 1010111 | 1001010 |
Color Harmonies of #F6A381
Complementary color
Monochromatic Colors of #F6A381
Black with #F6A381
Text Example
Text Example
White with #F6A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A381; }
p { color: rgb(246,163,129); }
H1.HeaderClassName
{
color: #F6A381;
}
.AnyTagClassName
{
color: #F6A381;
}
</style>
background-color css
<style>
a { background-color: #F6A381; }
a { background-color: rgb(246,163,129); }
div.DivClassName
{
background-color: #F6A381;
}
.BgClassName
{
background-color: #F6A381;
}
</style>
border-color css
<style>
span { border-color: #F6A381; }
span { border-color: rgb(246,163,129); }
td.TdClassName
{
border-color: #F6A381;
}
.TagClassName
{
border-color: #F6A381;
}
</style>