Shades of Salmon #FE7B67
Tints of Salmon #FE7B67
RGB
CMYK
RGB Variations
Color information
#FE7B67 (or 0xFE7B67) is known color: Salmon. HEX triplet: FE, 7B and 67. RGB value is (254,123,103). Sum of RGB (Red+Green+Blue) = 254+123+103=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B67 is #018498. Grayscale: #A0A0A0. Windows color (decimal): -99481 or 6781950. OLE color: 6781950.
HSL color Cylindrical-coordinate representation of color #FE7B67: hue angle of 7.95º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE7B67 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 103 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.00 |
| HSL | 7.95º | 0.99% | 0.7% | - |
| HSV(B) | 7.95º | 0.59% | 1% | - |
| XYZ | 50.4 | 36.22 | 17.17 | - |
| YUV | 159.89 | 95.9 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 103 | 0 | 0.52 | 0.59 | 0.00 | 7.95 | 0.99 | 0.7 |
| Hex | FE | 7B | 67 | 0 | 34 | 3B | 0 | 8 | 63 | 46 |
| Octal | 376 | 173 | 147 | 0 | 64 | 73 | 0 | 10 | 143 | 106 |
| Binary | 11111110 | 1111011 | 1100111 | 0 | 110100 | 111011 | 0 | 1000 | 1100011 | 1000110 |
Color Harmonies of #FE7B67
Complementary color
Monochromatic Colors of #FE7B67
Black with #FE7B67
Text Example
Text Example
White with #FE7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B67; }
p { color: rgb(254,123,103); }
H1.HeaderClassName
{
color: #FE7B67;
}
.AnyTagClassName
{
color: #FE7B67;
}
</style>
background-color css
<style>
a { background-color: #FE7B67; }
a { background-color: rgb(254,123,103); }
div.DivClassName
{
background-color: #FE7B67;
}
.BgClassName
{
background-color: #FE7B67;
}
</style>
border-color css
<style>
span { border-color: #FE7B67; }
span { border-color: rgb(254,123,103); }
td.TdClassName
{
border-color: #FE7B67;
}
.TagClassName
{
border-color: #FE7B67;
}
</style>