Shades of Light Salmon #F8A380
Tints of Light Salmon #F8A380
RGB
CMYK
RGB Variations
Color information
#F8A380 (or 0xF8A380) is known color: Light Salmon. HEX triplet: F8, A3 and 80. RGB value is (248,163,128). Sum of RGB (Red+Green+Blue) = 248+163+128=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A380 is #075C7F. Grayscale: #B8B8B8. Windows color (decimal): -482432 or 8430584. OLE color: 8430584.
HSL color Cylindrical-coordinate representation of color #F8A380: hue angle of 17.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8A380 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 128 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.03 |
| HSL | 17.5º | 0.9% | 0.74% | - |
| HSV(B) | 17.5º | 0.48% | 0.97% | - |
| XYZ | 55.7 | 47.71 | 26.69 | - |
| YUV | 184.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 128 | 0 | 0.34 | 0.48 | 0.03 | 17.5 | 0.9 | 0.74 |
| Hex | F8 | A3 | 80 | 0 | 22 | 30 | 3 | 12 | 5A | 4A |
| Octal | 370 | 243 | 200 | 0 | 42 | 60 | 3 | 22 | 132 | 112 |
| Binary | 11111000 | 10100011 | 10000000 | 0 | 100010 | 110000 | 11 | 10010 | 1011010 | 1001010 |
Color Harmonies of #F8A380
Complementary color
Monochromatic Colors of #F8A380
Black with #F8A380
Text Example
Text Example
White with #F8A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A380; }
p { color: rgb(248,163,128); }
H1.HeaderClassName
{
color: #F8A380;
}
.AnyTagClassName
{
color: #F8A380;
}
</style>
background-color css
<style>
a { background-color: #F8A380; }
a { background-color: rgb(248,163,128); }
div.DivClassName
{
background-color: #F8A380;
}
.BgClassName
{
background-color: #F8A380;
}
</style>
border-color css
<style>
span { border-color: #F8A380; }
span { border-color: rgb(248,163,128); }
td.TdClassName
{
border-color: #F8A380;
}
.TagClassName
{
border-color: #F8A380;
}
</style>