Shades of Light Salmon #FDA67C
Tints of Light Salmon #FDA67C
RGB
CMYK
RGB Variations
Color information
#FDA67C (or 0xFDA67C) is known color: Light Salmon. HEX triplet: FD, A6 and 7C. RGB value is (253,166,124). Sum of RGB (Red+Green+Blue) = 253+166+124=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA67C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA67C is #025983. Grayscale: #BBBBBB. Windows color (decimal): -153988 or 8169213. OLE color: 8169213.
HSL color Cylindrical-coordinate representation of color #FDA67C: hue angle of 19.53º 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 #FDA67C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 124 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.01 |
| HSL | 19.53º | 0.97% | 0.74% | - |
| HSV(B) | 19.53º | 0.51% | 0.99% | - |
| XYZ | 57.78 | 49.61 | 25.6 | - |
| YUV | 187.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 124 | 0 | 0.34 | 0.51 | 0.01 | 19.53 | 0.97 | 0.74 |
| Hex | FD | A6 | 7C | 0 | 22 | 33 | 1 | 14 | 61 | 4A |
| Octal | 375 | 246 | 174 | 0 | 42 | 63 | 1 | 24 | 141 | 112 |
| Binary | 11111101 | 10100110 | 1111100 | 0 | 100010 | 110011 | 1 | 10100 | 1100001 | 1001010 |
Color Harmonies of #FDA67C
Complementary color
Monochromatic Colors of #FDA67C
Black with #FDA67C
Text Example
Text Example
White with #FDA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA67C; }
p { color: rgb(253,166,124); }
H1.HeaderClassName
{
color: #FDA67C;
}
.AnyTagClassName
{
color: #FDA67C;
}
</style>
background-color css
<style>
a { background-color: #FDA67C; }
a { background-color: rgb(253,166,124); }
div.DivClassName
{
background-color: #FDA67C;
}
.BgClassName
{
background-color: #FDA67C;
}
</style>
border-color css
<style>
span { border-color: #FDA67C; }
span { border-color: rgb(253,166,124); }
td.TdClassName
{
border-color: #FDA67C;
}
.TagClassName
{
border-color: #FDA67C;
}
</style>