#FE807A

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

Shades of Salmon #FE807A

Tints of Salmon #FE807A

Color information

#FE807A (or 0xFE807A) is unknown color: approx Salmon. HEX triplet: FE, 80 and 7A. RGB value is (254,128,122). Sum of RGB (Red+Green+Blue) = 254+128+122=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE807A is #017F85. Grayscale: #A5A5A5. Windows color (decimal): -98182 or 8028414. OLE color: 8028414.

HSL color Cylindrical-coordinate representation of color #FE807A: hue angle of 2.73º 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 #FE807A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254128122-
CMYK00.500.520.00
HSL2.73º98.51%73.73%-
HSV(B)2.73º51.97%99.61%-
XYZ52.1137.9122.98-
YUV164.99103.74191.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=50.40%
G=25.40%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412812200.500.520.002.7398.5173.73
HexFE807A0323403634a
Octal3762001720626403143112
Binary11111110100000001111010011001011010001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE807A; }

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

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

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

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

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

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

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

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