Html Css Color HEX #FE9E78 Light Salmon

📋 copy color: '#FE9E78'

red 254 ◦ green 158 ◦ blue 120

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

Shades of Light Salmon #FE9E78

Tints of Light Salmon #FE9E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.56%

R = 47.74%
G = 29.7%
B = 22.56%

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

#FE9E78 (or 0xFE9E78) is known color: Light Salmon. HEX triplet: FE, 9E and 78. RGB value is (254,158,120). Sum of RGB (Red+Green+Blue) = 254+158+120=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E78 is #016187. Grayscale: #B6B6B6. Windows color (decimal): -90504 or 7905022. OLE color: 7905022.

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

Color convert

RGB 254 158 120 -
CMYK 0 0.38 0.53 0.00
HSL 17.01º 0.99% 0.73% -
HSV(B) 17.01º 0.53% 1% -
XYZ 56.49 46.88 23.84 -
YUV 182.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 254 158 120 0 0.38 0.53 0.00 17.01 0.99 0.73
Hex FE 9E 78 0 26 35 0 11 63 49
Octal 376 236 170 0 46 65 0 21 143 111
Binary 11111110 10011110 1111000 0 100110 110101 0 10001 1100011 1001001

Color Harmonies of #FE9E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E78

Black with #FE9E78

Text Example


Text Example

White with #FE9E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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