Shades of Salmon #FD807C
Tints of Salmon #FD807C
RGB
CMYK
RGB Variations
Color information
#FD807C (or 0xFD807C) is known color: Salmon. HEX triplet: FD, 80 and 7C. RGB value is (253,128,124). Sum of RGB (Red+Green+Blue) = 253+128+124=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD807C is #027F83. Grayscale: #A5A5A5. Windows color (decimal): -163716 or 8159485. OLE color: 8159485.
HSL color Cylindrical-coordinate representation of color #FD807C: hue angle of 1.86º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD807C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 124 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.01 |
| HSL | 1.86º | 0.97% | 0.74% | - |
| HSV(B) | 1.86º | 0.51% | 0.99% | - |
| XYZ | 51.87 | 37.78 | 23.63 | - |
| YUV | 164.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 124 | 0 | 0.49 | 0.51 | 0.01 | 1.86 | 0.97 | 0.74 |
| Hex | FD | 80 | 7C | 0 | 31 | 33 | 1 | 2 | 61 | 4A |
| Octal | 375 | 200 | 174 | 0 | 61 | 63 | 1 | 2 | 141 | 112 |
| Binary | 11111101 | 10000000 | 1111100 | 0 | 110001 | 110011 | 1 | 10 | 1100001 | 1001010 |
Color Harmonies of #FD807C
Complementary color
Monochromatic Colors of #FD807C
Black with #FD807C
Text Example
Text Example
White with #FD807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD807C; }
p { color: rgb(253,128,124); }
H1.HeaderClassName
{
color: #FD807C;
}
.AnyTagClassName
{
color: #FD807C;
}
</style>
background-color css
<style>
a { background-color: #FD807C; }
a { background-color: rgb(253,128,124); }
div.DivClassName
{
background-color: #FD807C;
}
.BgClassName
{
background-color: #FD807C;
}
</style>
border-color css
<style>
span { border-color: #FD807C; }
span { border-color: rgb(253,128,124); }
td.TdClassName
{
border-color: #FD807C;
}
.TagClassName
{
border-color: #FD807C;
}
</style>