Shades of Light Salmon #FFA27B
Tints of Light Salmon #FFA27B
RGB
CMYK
RGB Variations
Color information
#FFA27B (or 0xFFA27B) is known color: Light Salmon. HEX triplet: FF, A2 and 7B. RGB value is (255,162,123). Sum of RGB (Red+Green+Blue) = 255+162+123=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA27B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA27B is #005D84. Grayscale: #B9B9B9. Windows color (decimal): -23941 or 8102655. OLE color: 8102655.
HSL color Cylindrical-coordinate representation of color #FFA27B: hue angle of 17.73º 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 #FFA27B is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 123 | - |
| CMYK | 0 | 0.36 | 0.52 | 0 |
| HSL | 17.73º | 1% | 0.74% | - |
| HSV(B) | 17.73º | 0.52% | 1% | - |
| XYZ | 57.74 | 48.53 | 25.06 | - |
| YUV | 185.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 123 | 0 | 0.36 | 0.52 | 0 | 17.73 | 1 | 0.74 |
| Hex | FF | A2 | 7B | 0 | 24 | 34 | 0 | 12 | 64 | 4A |
| Octal | 377 | 242 | 173 | 0 | 44 | 64 | 0 | 22 | 144 | 112 |
| Binary | 11111111 | 10100010 | 1111011 | 0 | 100100 | 110100 | 0 | 10010 | 1100100 | 1001010 |
Color Harmonies of #FFA27B
Complementary color
Monochromatic Colors of #FFA27B
Black with #FFA27B
Text Example
Text Example
White with #FFA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA27B; }
p { color: rgb(255,162,123); }
H1.HeaderClassName
{
color: #FFA27B;
}
.AnyTagClassName
{
color: #FFA27B;
}
</style>
background-color css
<style>
a { background-color: #FFA27B; }
a { background-color: rgb(255,162,123); }
div.DivClassName
{
background-color: #FFA27B;
}
.BgClassName
{
background-color: #FFA27B;
}
</style>
border-color css
<style>
span { border-color: #FFA27B; }
span { border-color: rgb(255,162,123); }
td.TdClassName
{
border-color: #FFA27B;
}
.TagClassName
{
border-color: #FFA27B;
}
</style>