Shades of Light Salmon #FFA07E
Tints of Light Salmon #FFA07E
RGB
CMYK
RGB Variations
Color information
#FFA07E (or 0xFFA07E) is known color: Light Salmon. HEX triplet: FF, A0 and 7E. RGB value is (255,160,126). Sum of RGB (Red+Green+Blue) = 255+160+126=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA07E is #005F81. Grayscale: #B8B8B8. Windows color (decimal): -24450 or 8298751. OLE color: 8298751.
HSL color Cylindrical-coordinate representation of color #FFA07E: hue angle of 15.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA07E is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 126 | - |
| CMYK | 0 | 0.37 | 0.51 | 0 |
| HSL | 15.81º | 1% | 0.75% | - |
| HSV(B) | 15.81º | 0.51% | 1% | - |
| XYZ | 57.58 | 47.91 | 25.95 | - |
| YUV | 184.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 126 | 0 | 0.37 | 0.51 | 0 | 15.81 | 1 | 0.75 |
| Hex | FF | A0 | 7E | 0 | 25 | 33 | 0 | 10 | 64 | 4B |
| Octal | 377 | 240 | 176 | 0 | 45 | 63 | 0 | 20 | 144 | 113 |
| Binary | 11111111 | 10100000 | 1111110 | 0 | 100101 | 110011 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA07E
Complementary color
Monochromatic Colors of #FFA07E
Black with #FFA07E
Text Example
Text Example
White with #FFA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA07E; }
p { color: rgb(255,160,126); }
H1.HeaderClassName
{
color: #FFA07E;
}
.AnyTagClassName
{
color: #FFA07E;
}
</style>
background-color css
<style>
a { background-color: #FFA07E; }
a { background-color: rgb(255,160,126); }
div.DivClassName
{
background-color: #FFA07E;
}
.BgClassName
{
background-color: #FFA07E;
}
</style>
border-color css
<style>
span { border-color: #FFA07E; }
span { border-color: rgb(255,160,126); }
td.TdClassName
{
border-color: #FFA07E;
}
.TagClassName
{
border-color: #FFA07E;
}
</style>