Html Css Color HEX #FE8079 Salmon

📋 copy color: '#FE8079'

red 254 ◦ green 128 ◦ blue 121

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

Shades of Salmon #FE8079

Tints of Salmon #FE8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.45%

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 50.5%
G = 25.45%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE8079 (or 0xFE8079) is known color: Salmon. HEX triplet: FE, 80 and 79. RGB value is (254,128,121). Sum of RGB (Red+Green+Blue) = 254+128+121=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8079 is #017F86. Grayscale: #A5A5A5. Windows color (decimal): -98183 or 7962878. OLE color: 7962878.

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

Color convert

RGB 254 128 121 -
CMYK 0 0.50 0.52 0.00
HSL 3.16º 0.99% 0.74% -
HSV(B) 3.16º 0.52% 1% -
XYZ 52.04 37.89 22.66 -
YUV 164.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 254 128 121 0 0.50 0.52 0.00 3.16 0.99 0.74
Hex FE 80 79 0 32 34 0 3 63 4A
Octal 376 200 171 0 62 64 0 3 143 112
Binary 11111110 10000000 1111001 0 110010 110100 0 11 1100011 1001010

Color Harmonies of #FE8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8079

Black with #FE8079

Text Example


Text Example

White with #FE8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8079; }

 p { color: rgb(254,128,121); }

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

background-color css

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

 a { background-color: rgb(254,128,121); }

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

border-color css

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

 span { border-color: rgb(254,128,121); }

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