Shades of Light Salmon #F99C7B
Tints of Light Salmon #F99C7B
RGB
CMYK
RGB Variations
Color information
#F99C7B (or 0xF99C7B) is known color: Light Salmon. HEX triplet: F9, 9C and 7B. RGB value is (249,156,123). Sum of RGB (Red+Green+Blue) = 249+156+123=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99C7B is #066384. Grayscale: #B4B4B4. Windows color (decimal): -418693 or 8101113. OLE color: 8101113.
HSL color Cylindrical-coordinate representation of color #F99C7B: hue angle of 15.71º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F99C7B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 123 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.02 |
| HSL | 15.71º | 0.91% | 0.73% | - |
| HSV(B) | 15.71º | 0.51% | 0.98% | - |
| XYZ | 54.53 | 45.35 | 24.62 | - |
| YUV | 180.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 123 | 0 | 0.37 | 0.51 | 0.02 | 15.71 | 0.91 | 0.73 |
| Hex | F9 | 9C | 7B | 0 | 25 | 33 | 2 | 10 | 5B | 49 |
| Octal | 371 | 234 | 173 | 0 | 45 | 63 | 2 | 20 | 133 | 111 |
| Binary | 11111001 | 10011100 | 1111011 | 0 | 100101 | 110011 | 10 | 10000 | 1011011 | 1001001 |
Color Harmonies of #F99C7B
Complementary color
Monochromatic Colors of #F99C7B
Black with #F99C7B
Text Example
Text Example
White with #F99C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C7B; }
p { color: rgb(249,156,123); }
H1.HeaderClassName
{
color: #F99C7B;
}
.AnyTagClassName
{
color: #F99C7B;
}
</style>
background-color css
<style>
a { background-color: #F99C7B; }
a { background-color: rgb(249,156,123); }
div.DivClassName
{
background-color: #F99C7B;
}
.BgClassName
{
background-color: #F99C7B;
}
</style>
border-color css
<style>
span { border-color: #F99C7B; }
span { border-color: rgb(249,156,123); }
td.TdClassName
{
border-color: #F99C7B;
}
.TagClassName
{
border-color: #F99C7B;
}
</style>