Shades of Light Salmon #F4A27A
Tints of Light Salmon #F4A27A
RGB
CMYK
RGB Variations
Color information
#F4A27A (or 0xF4A27A) is known color: Light Salmon. HEX triplet: F4, A2 and 7A. RGB value is (244,162,122). Sum of RGB (Red+Green+Blue) = 244+162+122=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A27A is #0B5D85. Grayscale: #B6B6B6. Windows color (decimal): -744838 or 8037108. OLE color: 8037108.
HSL color Cylindrical-coordinate representation of color #F4A27A: hue angle of 19.67º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4A27A is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 122 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.04 |
| HSL | 19.67º | 0.85% | 0.72% | - |
| HSV(B) | 19.67º | 0.5% | 0.96% | - |
| XYZ | 53.74 | 46.48 | 24.55 | - |
| YUV | 181.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 122 | 0 | 0.34 | 0.5 | 0.04 | 19.67 | 0.85 | 0.72 |
| Hex | F4 | A2 | 7A | 0 | 22 | 32 | 4 | 14 | 55 | 48 |
| Octal | 364 | 242 | 172 | 0 | 42 | 62 | 4 | 24 | 125 | 110 |
| Binary | 11110100 | 10100010 | 1111010 | 0 | 100010 | 110010 | 100 | 10100 | 1010101 | 1001000 |
Color Harmonies of #F4A27A
Complementary color
Monochromatic Colors of #F4A27A
Black with #F4A27A
Text Example
Text Example
White with #F4A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A27A; }
p { color: rgb(244,162,122); }
H1.HeaderClassName
{
color: #F4A27A;
}
.AnyTagClassName
{
color: #F4A27A;
}
</style>
background-color css
<style>
a { background-color: #F4A27A; }
a { background-color: rgb(244,162,122); }
div.DivClassName
{
background-color: #F4A27A;
}
.BgClassName
{
background-color: #F4A27A;
}
</style>
border-color css
<style>
span { border-color: #F4A27A; }
span { border-color: rgb(244,162,122); }
td.TdClassName
{
border-color: #F4A27A;
}
.TagClassName
{
border-color: #F4A27A;
}
</style>