Html Css Color HEX #FE8B77 Salmon

📋 copy color: '#FE8B77'

red 254 ◦ green 139 ◦ blue 119

#FE8B77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FE8B77

Tints of Salmon #FE8B77

RGB

 RED value IS 254 (99.61% from 255) = 49.61%

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 49.61%
G = 27.15%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE8B77 (or 0xFE8B77) is known color: Salmon. HEX triplet: FE, 8B and 77. RGB value is (254,139,119). Sum of RGB (Red+Green+Blue) = 254+139+119=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B77 is #017488. Grayscale: #ABABAB. Windows color (decimal): -95369 or 7834622. OLE color: 7834622.

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

Color convert

RGB 254 139 119 -
CMYK 0 0.45 0.53 0.00
HSL 8.89º 0.99% 0.73% -
HSV(B) 8.89º 0.53% 1% -
XYZ 53.44 40.87 22.52 -
YUV 171.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 254 139 119 0 0.45 0.53 0.00 8.89 0.99 0.73
Hex FE 8B 77 0 2D 35 0 9 63 49
Octal 376 213 167 0 55 65 0 11 143 111
Binary 11111110 10001011 1110111 0 101101 110101 0 1001 1100011 1001001

Color Harmonies of #FE8B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B77

Black with #FE8B77

Text Example


Text Example

White with #FE8B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B77; }

 p { color: rgb(254,139,119); }

 H1.HeaderClassName
 {
   color: #FE8B77;
 }
 .AnyTagClassName
 {
   color: #FE8B77;
 }
</style>

background-color css

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

 a { background-color: rgb(254,139,119); }

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

border-color css

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

 span { border-color: rgb(254,139,119); }

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