Shades of Light Salmon #F4A181
Tints of Light Salmon #F4A181
RGB
CMYK
RGB Variations
Color information
#F4A181 (or 0xF4A181) is known color: Light Salmon. HEX triplet: F4, A1 and 81. RGB value is (244,161,129). Sum of RGB (Red+Green+Blue) = 244+161+129=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A181 is #0B5E7E. Grayscale: #B6B6B6. Windows color (decimal): -745087 or 8495604. OLE color: 8495604.
HSL color Cylindrical-coordinate representation of color #F4A181: hue angle of 16.7º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4A181 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 129 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.04 |
| HSL | 16.7º | 0.84% | 0.73% | - |
| HSV(B) | 16.7º | 0.47% | 0.96% | - |
| XYZ | 54.02 | 46.31 | 26.86 | - |
| YUV | 182.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 129 | 0 | 0.34 | 0.47 | 0.04 | 16.7 | 0.84 | 0.73 |
| Hex | F4 | A1 | 81 | 0 | 22 | 2F | 4 | 11 | 54 | 49 |
| Octal | 364 | 241 | 201 | 0 | 42 | 57 | 4 | 21 | 124 | 111 |
| Binary | 11110100 | 10100001 | 10000001 | 0 | 100010 | 101111 | 100 | 10001 | 1010100 | 1001001 |
Color Harmonies of #F4A181
Complementary color
Monochromatic Colors of #F4A181
Black with #F4A181
Text Example
Text Example
White with #F4A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A181; }
p { color: rgb(244,161,129); }
H1.HeaderClassName
{
color: #F4A181;
}
.AnyTagClassName
{
color: #F4A181;
}
</style>
background-color css
<style>
a { background-color: #F4A181; }
a { background-color: rgb(244,161,129); }
div.DivClassName
{
background-color: #F4A181;
}
.BgClassName
{
background-color: #F4A181;
}
</style>
border-color css
<style>
span { border-color: #F4A181; }
span { border-color: rgb(244,161,129); }
td.TdClassName
{
border-color: #F4A181;
}
.TagClassName
{
border-color: #F4A181;
}
</style>