#FE817A

Color #FE817A Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FE817A

Tints of Salmon #FE817A

Color information

#FE817A (or 0xFE817A) is unknown color: approx Salmon. HEX triplet: FE, 81 and 7A. RGB value is (254,129,122). Sum of RGB (Red+Green+Blue) = 254+129+122=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE817A is #017E85. Grayscale: #A5A5A5. Windows color (decimal): -97926 or 8028670. OLE color: 8028670.

HSL color Cylindrical-coordinate representation of color #FE817A: hue angle of 3.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE817A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254129122-
CMYK00.490.520.00
HSL3.18º98.51%73.73%-
HSV(B)3.18º51.97%99.61%-
XYZ52.2438.1823.03-
YUV165.58103.41191.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=50.30%
G=25.54%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412912200.490.520.003.1898.5173.73
HexFE817A0313403634a
Octal3762011720616403143112
Binary11111110100000011111010011000111010001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE817A; }

 p { color: rgb(254,129,122); }

 H1.HeaderClassName
 {
   color: #FE817A;
 }
 .AnyTagClassName
 {
   color: #FE817A;
 }
</style>
background-color css

<style>
 a { background-color: #FE817A; }

 a { background-color: rgb(254,129,122); }

 div.DivClassName
 {
   background-color: #FE817A;
 }
 .BgClassName
 {
   background-color: #FE817A;
 }
</style>
border-color css

<style>
 span { border-color: #FE817A; }

 span { border-color: rgb(254,129,122); }

 td.TdClassName
 {
   border-color: #FE817A;
 }
 .TagClassName
 {
   border-color: #FE817A;
 }
</style>