Html Css Color HEX #FE9E77 Light Salmon

📋 copy color: '#FE9E77'

red 254 ◦ green 158 ◦ blue 119

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

Shades of Light Salmon #FE9E77

Tints of Light Salmon #FE9E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.76%

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

R = 47.83%
G = 29.76%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE9E77 (or 0xFE9E77) is known color: Light Salmon. HEX triplet: FE, 9E and 77. RGB value is (254,158,119). Sum of RGB (Red+Green+Blue) = 254+158+119=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E77 is #016188. Grayscale: #B6B6B6. Windows color (decimal): -90505 or 7839486. OLE color: 7839486.

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

Color convert

RGB 254 158 119 -
CMYK 0 0.38 0.53 0.00
HSL 17.33º 0.99% 0.73% -
HSV(B) 17.33º 0.53% 1% -
XYZ 56.43 46.86 23.52 -
YUV 182.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 254 158 119 0 0.38 0.53 0.00 17.33 0.99 0.73
Hex FE 9E 77 0 26 35 0 11 63 49
Octal 376 236 167 0 46 65 0 21 143 111
Binary 11111110 10011110 1110111 0 100110 110101 0 10001 1100011 1001001

Color Harmonies of #FE9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E77

Black with #FE9E77

Text Example


Text Example

White with #FE9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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