Shades of Light Salmon #F7A284
Tints of Light Salmon #F7A284
RGB
CMYK
RGB Variations
Color information
#F7A284 (or 0xF7A284) is known color: Light Salmon. HEX triplet: F7, A2 and 84. RGB value is (247,162,132). Sum of RGB (Red+Green+Blue) = 247+162+132=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A284 is #085D7B. Grayscale: #B8B8B8. Windows color (decimal): -548220 or 8692471. OLE color: 8692471.
HSL color Cylindrical-coordinate representation of color #F7A284: hue angle of 15.65º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7A284 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 132 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.03 |
| HSL | 15.65º | 0.88% | 0.74% | - |
| HSV(B) | 15.65º | 0.47% | 0.97% | - |
| XYZ | 55.44 | 47.28 | 28.03 | - |
| YUV | 184 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 132 | 0 | 0.34 | 0.47 | 0.03 | 15.65 | 0.88 | 0.74 |
| Hex | F7 | A2 | 84 | 0 | 22 | 2F | 3 | 10 | 58 | 4A |
| Octal | 367 | 242 | 204 | 0 | 42 | 57 | 3 | 20 | 130 | 112 |
| Binary | 11110111 | 10100010 | 10000100 | 0 | 100010 | 101111 | 11 | 10000 | 1011000 | 1001010 |
Color Harmonies of #F7A284
Complementary color
Monochromatic Colors of #F7A284
Black with #F7A284
Text Example
Text Example
White with #F7A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A284; }
p { color: rgb(247,162,132); }
H1.HeaderClassName
{
color: #F7A284;
}
.AnyTagClassName
{
color: #F7A284;
}
</style>
background-color css
<style>
a { background-color: #F7A284; }
a { background-color: rgb(247,162,132); }
div.DivClassName
{
background-color: #F7A284;
}
.BgClassName
{
background-color: #F7A284;
}
</style>
border-color css
<style>
span { border-color: #F7A284; }
span { border-color: rgb(247,162,132); }
td.TdClassName
{
border-color: #F7A284;
}
.TagClassName
{
border-color: #F7A284;
}
</style>