Shades of Light Salmon #FFA67F
Tints of Light Salmon #FFA67F
RGB
CMYK
RGB Variations
Color information
#FFA67F (or 0xFFA67F) is known color: Light Salmon. HEX triplet: FF, A6 and 7F. RGB value is (255,166,127). Sum of RGB (Red+Green+Blue) = 255+166+127=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA67F is #005980. Grayscale: #BCBCBC. Windows color (decimal): -22913 or 8365823. OLE color: 8365823.
HSL color Cylindrical-coordinate representation of color #FFA67F: hue angle of 18.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA67F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 127 | - |
| CMYK | 0 | 0.35 | 0.50 | 0 |
| HSL | 18.28º | 1% | 0.75% | - |
| HSV(B) | 18.28º | 0.5% | 1% | - |
| XYZ | 58.71 | 50.06 | 26.65 | - |
| YUV | 188.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 127 | 0 | 0.35 | 0.50 | 0 | 18.28 | 1 | 0.75 |
| Hex | FF | A6 | 7F | 0 | 23 | 32 | 0 | 12 | 64 | 4B |
| Octal | 377 | 246 | 177 | 0 | 43 | 62 | 0 | 22 | 144 | 113 |
| Binary | 11111111 | 10100110 | 1111111 | 0 | 100011 | 110010 | 0 | 10010 | 1100100 | 1001011 |
Color Harmonies of #FFA67F
Complementary color
Monochromatic Colors of #FFA67F
Black with #FFA67F
Text Example
Text Example
White with #FFA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA67F; }
p { color: rgb(255,166,127); }
H1.HeaderClassName
{
color: #FFA67F;
}
.AnyTagClassName
{
color: #FFA67F;
}
</style>
background-color css
<style>
a { background-color: #FFA67F; }
a { background-color: rgb(255,166,127); }
div.DivClassName
{
background-color: #FFA67F;
}
.BgClassName
{
background-color: #FFA67F;
}
</style>
border-color css
<style>
span { border-color: #FFA67F; }
span { border-color: rgb(255,166,127); }
td.TdClassName
{
border-color: #FFA67F;
}
.TagClassName
{
border-color: #FFA67F;
}
</style>