Html Css Color HEX #FE8379 Salmon

📋 copy color: '#FE8379'

red 254 ◦ green 131 ◦ blue 121

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

Shades of Salmon #FE8379

Tints of Salmon #FE8379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.89%

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

R = 50.2%
G = 25.89%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE8379 (or 0xFE8379) is known color: Salmon. HEX triplet: FE, 83 and 79. RGB value is (254,131,121). Sum of RGB (Red+Green+Blue) = 254+131+121=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8379 is #017C86. Grayscale: #A6A6A6. Windows color (decimal): -97415 or 7963646. OLE color: 7963646.

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

Color convert

RGB 254 131 121 -
CMYK 0 0.48 0.52 0.00
HSL 4.51º 0.99% 0.74% -
HSV(B) 4.51º 0.52% 1% -
XYZ 52.44 38.68 22.79 -
YUV 166.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 254 131 121 0 0.48 0.52 0.00 4.51 0.99 0.74
Hex FE 83 79 0 30 34 0 5 63 4A
Octal 376 203 171 0 60 64 0 5 143 112
Binary 11111110 10000011 1111001 0 110000 110100 0 101 1100011 1001010

Color Harmonies of #FE8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8379

Black with #FE8379

Text Example


Text Example

White with #FE8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8379; }

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

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

background-color css

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

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

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

border-color css

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

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

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