Shades of Light Salmon #F6A484
Tints of Light Salmon #F6A484
RGB
CMYK
RGB Variations
Color information
#F6A484 (or 0xF6A484) is known color: Light Salmon. HEX triplet: F6, A4 and 84. RGB value is (246,164,132). Sum of RGB (Red+Green+Blue) = 246+164+132=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A484 is #095B7B. Grayscale: #B9B9B9. Windows color (decimal): -613244 or 8692982. OLE color: 8692982.
HSL color Cylindrical-coordinate representation of color #F6A484: hue angle of 16.84º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6A484 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 132 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.04 |
| HSL | 16.84º | 0.86% | 0.74% | - |
| HSV(B) | 16.84º | 0.46% | 0.96% | - |
| XYZ | 55.45 | 47.81 | 28.14 | - |
| YUV | 184.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 132 | 0 | 0.33 | 0.46 | 0.04 | 16.84 | 0.86 | 0.74 |
| Hex | F6 | A4 | 84 | 0 | 21 | 2E | 4 | 11 | 56 | 4A |
| Octal | 366 | 244 | 204 | 0 | 41 | 56 | 4 | 21 | 126 | 112 |
| Binary | 11110110 | 10100100 | 10000100 | 0 | 100001 | 101110 | 100 | 10001 | 1010110 | 1001010 |
Color Harmonies of #F6A484
Complementary color
Monochromatic Colors of #F6A484
Black with #F6A484
Text Example
Text Example
White with #F6A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A484; }
p { color: rgb(246,164,132); }
H1.HeaderClassName
{
color: #F6A484;
}
.AnyTagClassName
{
color: #F6A484;
}
</style>
background-color css
<style>
a { background-color: #F6A484; }
a { background-color: rgb(246,164,132); }
div.DivClassName
{
background-color: #F6A484;
}
.BgClassName
{
background-color: #F6A484;
}
</style>
border-color css
<style>
span { border-color: #F6A484; }
span { border-color: rgb(246,164,132); }
td.TdClassName
{
border-color: #F6A484;
}
.TagClassName
{
border-color: #F6A484;
}
</style>