Shades of Light Salmon #FFA67D
Tints of Light Salmon #FFA67D
RGB
CMYK
RGB Variations
Color information
#FFA67D (or 0xFFA67D) is known color: Light Salmon. HEX triplet: FF, A6 and 7D. RGB value is (255,166,125). Sum of RGB (Red+Green+Blue) = 255+166+125=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA67D is #005982. Grayscale: #BCBCBC. Windows color (decimal): -22915 or 8234751. OLE color: 8234751.
HSL color Cylindrical-coordinate representation of color #FFA67D: hue angle of 18.92º 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 #FFA67D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 125 | - |
| CMYK | 0 | 0.35 | 0.51 | 0 |
| HSL | 18.92º | 1% | 0.75% | - |
| HSV(B) | 18.92º | 0.51% | 1% | - |
| XYZ | 58.58 | 50.01 | 25.97 | - |
| YUV | 187.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 125 | 0 | 0.35 | 0.51 | 0 | 18.92 | 1 | 0.75 |
| Hex | FF | A6 | 7D | 0 | 23 | 33 | 0 | 13 | 64 | 4B |
| Octal | 377 | 246 | 175 | 0 | 43 | 63 | 0 | 23 | 144 | 113 |
| Binary | 11111111 | 10100110 | 1111101 | 0 | 100011 | 110011 | 0 | 10011 | 1100100 | 1001011 |
Color Harmonies of #FFA67D
Complementary color
Monochromatic Colors of #FFA67D
Black with #FFA67D
Text Example
Text Example
White with #FFA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA67D; }
p { color: rgb(255,166,125); }
H1.HeaderClassName
{
color: #FFA67D;
}
.AnyTagClassName
{
color: #FFA67D;
}
</style>
background-color css
<style>
a { background-color: #FFA67D; }
a { background-color: rgb(255,166,125); }
div.DivClassName
{
background-color: #FFA67D;
}
.BgClassName
{
background-color: #FFA67D;
}
</style>
border-color css
<style>
span { border-color: #FFA67D; }
span { border-color: rgb(255,166,125); }
td.TdClassName
{
border-color: #FFA67D;
}
.TagClassName
{
border-color: #FFA67D;
}
</style>