#FE7F7B

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

Shades of Salmon #FE7F7B

Tints of Salmon #FE7F7B

Color information

#FE7F7B (or 0xFE7F7B) is unknown color: approx Salmon. HEX triplet: FE, 7F and 7B. RGB value is (254,127,123). Sum of RGB (Red+Green+Blue) = 254+127+123=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F7B is #018084. Grayscale: #A4A4A4. Windows color (decimal): -98437 or 8093694. OLE color: 8093694.

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

Color convert

RGB254127123-
CMYK00.500.520.00
HSL1.83º98.5%73.92%-
HSV(B)1.83º51.57%99.61%-
XYZ52.0437.6823.27-
YUV164.52104.58191.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=50.40%
G=25.20%
B=24.40%

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
Decimal25412712300.500.520.001.8398.573.92
HexFE7F7B0323402624a
Octal3761771730626402142112
Binary1111111011111111111011011001011010001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7F7B; }

 p { color: rgb(254,127,123); }

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

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

 a { background-color: rgb(254,127,123); }

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

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

 span { border-color: rgb(254,127,123); }

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