Shades of Dark Salmon #F4927B
Tints of Dark Salmon #F4927B
RGB
CMYK
RGB Variations
Color information
#F4927B (or 0xF4927B) is known color: Dark Salmon. HEX triplet: F4, 92 and 7B. RGB value is (244,146,123). Sum of RGB (Red+Green+Blue) = 244+146+123=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F4927B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4927B is #0B6D84. Grayscale: #ACACAC. Windows color (decimal): -748933 or 8098548. OLE color: 8098548.
HSL color Cylindrical-coordinate representation of color #F4927B: hue angle of 11.4º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4927B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 123 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.04 |
| HSL | 11.4º | 0.85% | 0.72% | - |
| HSV(B) | 11.4º | 0.5% | 0.96% | - |
| XYZ | 51.16 | 41.22 | 24 | - |
| YUV | 172.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 123 | 0 | 0.40 | 0.50 | 0.04 | 11.4 | 0.85 | 0.72 |
| Hex | F4 | 92 | 7B | 0 | 28 | 32 | 4 | B | 55 | 48 |
| Octal | 364 | 222 | 173 | 0 | 50 | 62 | 4 | 13 | 125 | 110 |
| Binary | 11110100 | 10010010 | 1111011 | 0 | 101000 | 110010 | 100 | 1011 | 1010101 | 1001000 |
Color Harmonies of #F4927B
Complementary color
Monochromatic Colors of #F4927B
Black with #F4927B
Text Example
Text Example
White with #F4927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4927B; }
p { color: rgb(244,146,123); }
H1.HeaderClassName
{
color: #F4927B;
}
.AnyTagClassName
{
color: #F4927B;
}
</style>
background-color css
<style>
a { background-color: #F4927B; }
a { background-color: rgb(244,146,123); }
div.DivClassName
{
background-color: #F4927B;
}
.BgClassName
{
background-color: #F4927B;
}
</style>
border-color css
<style>
span { border-color: #F4927B; }
span { border-color: rgb(244,146,123); }
td.TdClassName
{
border-color: #F4927B;
}
.TagClassName
{
border-color: #F4927B;
}
</style>