Shades of Light Salmon #FFA27A
Tints of Light Salmon #FFA27A
RGB
CMYK
RGB Variations
Color information
#FFA27A (or 0xFFA27A) is known color: Light Salmon. HEX triplet: FF, A2 and 7A. RGB value is (255,162,122). Sum of RGB (Red+Green+Blue) = 255+162+122=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA27A is #005D85. Grayscale: #B9B9B9. Windows color (decimal): -23942 or 8037119. OLE color: 8037119.
HSL color Cylindrical-coordinate representation of color #FFA27A: hue angle of 18.05º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFA27A is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 122 | - |
| CMYK | 0 | 0.36 | 0.52 | 0 |
| HSL | 18.05º | 1% | 0.74% | - |
| HSV(B) | 18.05º | 0.52% | 1% | - |
| XYZ | 57.67 | 48.51 | 24.74 | - |
| YUV | 185.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 122 | 0 | 0.36 | 0.52 | 0 | 18.05 | 1 | 0.74 |
| Hex | FF | A2 | 7A | 0 | 24 | 34 | 0 | 12 | 64 | 4A |
| Octal | 377 | 242 | 172 | 0 | 44 | 64 | 0 | 22 | 144 | 112 |
| Binary | 11111111 | 10100010 | 1111010 | 0 | 100100 | 110100 | 0 | 10010 | 1100100 | 1001010 |
Color Harmonies of #FFA27A
Complementary color
Monochromatic Colors of #FFA27A
Black with #FFA27A
Text Example
Text Example
White with #FFA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA27A; }
p { color: rgb(255,162,122); }
H1.HeaderClassName
{
color: #FFA27A;
}
.AnyTagClassName
{
color: #FFA27A;
}
</style>
background-color css
<style>
a { background-color: #FFA27A; }
a { background-color: rgb(255,162,122); }
div.DivClassName
{
background-color: #FFA27A;
}
.BgClassName
{
background-color: #FFA27A;
}
</style>
border-color css
<style>
span { border-color: #FFA27A; }
span { border-color: rgb(255,162,122); }
td.TdClassName
{
border-color: #FFA27A;
}
.TagClassName
{
border-color: #FFA27A;
}
</style>