Shades of Light Salmon #F8A381
Tints of Light Salmon #F8A381
RGB
CMYK
RGB Variations
Color information
#F8A381 (or 0xF8A381) is known color: Light Salmon. HEX triplet: F8, A3 and 81. RGB value is (248,163,129). Sum of RGB (Red+Green+Blue) = 248+163+129=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A381 is #075C7E. Grayscale: #B8B8B8. Windows color (decimal): -482431 or 8496120. OLE color: 8496120.
HSL color Cylindrical-coordinate representation of color #F8A381: hue angle of 17.14º degrees, saturation: 0.89, 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 #F8A381 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 129 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.03 |
| HSL | 17.14º | 0.89% | 0.74% | - |
| HSV(B) | 17.14º | 0.48% | 0.97% | - |
| XYZ | 55.77 | 47.74 | 27.04 | - |
| YUV | 184.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 129 | 0 | 0.34 | 0.48 | 0.03 | 17.14 | 0.89 | 0.74 |
| Hex | F8 | A3 | 81 | 0 | 22 | 30 | 3 | 11 | 59 | 4A |
| Octal | 370 | 243 | 201 | 0 | 42 | 60 | 3 | 21 | 131 | 112 |
| Binary | 11111000 | 10100011 | 10000001 | 0 | 100010 | 110000 | 11 | 10001 | 1011001 | 1001010 |
Color Harmonies of #F8A381
Complementary color
Monochromatic Colors of #F8A381
Black with #F8A381
Text Example
Text Example
White with #F8A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A381; }
p { color: rgb(248,163,129); }
H1.HeaderClassName
{
color: #F8A381;
}
.AnyTagClassName
{
color: #F8A381;
}
</style>
background-color css
<style>
a { background-color: #F8A381; }
a { background-color: rgb(248,163,129); }
div.DivClassName
{
background-color: #F8A381;
}
.BgClassName
{
background-color: #F8A381;
}
</style>
border-color css
<style>
span { border-color: #F8A381; }
span { border-color: rgb(248,163,129); }
td.TdClassName
{
border-color: #F8A381;
}
.TagClassName
{
border-color: #F8A381;
}
</style>