Html Css Color HEX #FE8C78 Salmon

📋 copy color: '#FE8C78'

red 254 ◦ green 140 ◦ blue 120

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

Shades of Salmon #FE8C78

Tints of Salmon #FE8C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.24%

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

R = 49.42%
G = 27.24%
B = 23.35%

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

#FE8C78 (or 0xFE8C78) is known color: Salmon. HEX triplet: FE, 8C and 78. RGB value is (254,140,120). Sum of RGB (Red+Green+Blue) = 254+140+120=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C78 is #017387. Grayscale: #ACACAC. Windows color (decimal): -95112 or 7900414. OLE color: 7900414.

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

Color convert

RGB 254 140 120 -
CMYK 0 0.45 0.53 0.00
HSL 8.96º 0.99% 0.73% -
HSV(B) 8.96º 0.53% 1% -
XYZ 53.64 41.18 22.89 -
YUV 171.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 254 140 120 0 0.45 0.53 0.00 8.96 0.99 0.73
Hex FE 8C 78 0 2D 35 0 9 63 49
Octal 376 214 170 0 55 65 0 11 143 111
Binary 11111110 10001100 1111000 0 101101 110101 0 1001 1100011 1001001

Color Harmonies of #FE8C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C78

Black with #FE8C78

Text Example


Text Example

White with #FE8C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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