Shades of Light Salmon #F3A37B
Tints of Light Salmon #F3A37B
RGB
CMYK
RGB Variations
Color information
#F3A37B (or 0xF3A37B) is known color: Light Salmon. HEX triplet: F3, A3 and 7B. RGB value is (243,163,123). Sum of RGB (Red+Green+Blue) = 243+163+123=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A37B is #0C5C84. Grayscale: #B6B6B6. Windows color (decimal): -810117 or 8102899. OLE color: 8102899.
HSL color Cylindrical-coordinate representation of color #F3A37B: hue angle of 20º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3A37B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 123 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.05 |
| HSL | 20º | 0.83% | 0.72% | - |
| HSV(B) | 20º | 0.49% | 0.95% | - |
| XYZ | 53.63 | 46.68 | 24.92 | - |
| YUV | 182.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 123 | 0 | 0.33 | 0.49 | 0.05 | 20 | 0.83 | 0.72 |
| Hex | F3 | A3 | 7B | 0 | 21 | 31 | 5 | 14 | 53 | 48 |
| Octal | 363 | 243 | 173 | 0 | 41 | 61 | 5 | 24 | 123 | 110 |
| Binary | 11110011 | 10100011 | 1111011 | 0 | 100001 | 110001 | 101 | 10100 | 1010011 | 1001000 |
Color Harmonies of #F3A37B
Complementary color
Monochromatic Colors of #F3A37B
Black with #F3A37B
Text Example
Text Example
White with #F3A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A37B; }
p { color: rgb(243,163,123); }
H1.HeaderClassName
{
color: #F3A37B;
}
.AnyTagClassName
{
color: #F3A37B;
}
</style>
background-color css
<style>
a { background-color: #F3A37B; }
a { background-color: rgb(243,163,123); }
div.DivClassName
{
background-color: #F3A37B;
}
.BgClassName
{
background-color: #F3A37B;
}
</style>
border-color css
<style>
span { border-color: #F3A37B; }
span { border-color: rgb(243,163,123); }
td.TdClassName
{
border-color: #F3A37B;
}
.TagClassName
{
border-color: #F3A37B;
}
</style>