Shades of Salmon #FE8262
Tints of Salmon #FE8262
RGB
CMYK
RGB Variations
Color information
#FE8262 (or 0xFE8262) is known color: Salmon. HEX triplet: FE, 82 and 62. RGB value is (254,130,98). Sum of RGB (Red+Green+Blue) = 254+130+98=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8262 is #017D9D. Grayscale: #A3A3A3. Windows color (decimal): -97694 or 6456062. OLE color: 6456062.
HSL color Cylindrical-coordinate representation of color #FE8262: hue angle of 12.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE8262 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 98 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.00 |
| HSL | 12.31º | 0.99% | 0.69% | - |
| HSV(B) | 12.31º | 0.61% | 1% | - |
| XYZ | 51.06 | 37.92 | 16.18 | - |
| YUV | 163.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 98 | 0 | 0.49 | 0.61 | 0.00 | 12.31 | 0.99 | 0.69 |
| Hex | FE | 82 | 62 | 0 | 31 | 3D | 0 | C | 63 | 45 |
| Octal | 376 | 202 | 142 | 0 | 61 | 75 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000010 | 1100010 | 0 | 110001 | 111101 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8262
Complementary color
Monochromatic Colors of #FE8262
Black with #FE8262
Text Example
Text Example
White with #FE8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8262; }
p { color: rgb(254,130,98); }
H1.HeaderClassName
{
color: #FE8262;
}
.AnyTagClassName
{
color: #FE8262;
}
</style>
background-color css
<style>
a { background-color: #FE8262; }
a { background-color: rgb(254,130,98); }
div.DivClassName
{
background-color: #FE8262;
}
.BgClassName
{
background-color: #FE8262;
}
</style>
border-color css
<style>
span { border-color: #FE8262; }
span { border-color: rgb(254,130,98); }
td.TdClassName
{
border-color: #FE8262;
}
.TagClassName
{
border-color: #FE8262;
}
</style>