Html Css Color HEX #FE7979 Salmon

📋 copy color: '#FE7979'

red 254 ◦ green 121 ◦ blue 121

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

Shades of Salmon #FE7979

Tints of Salmon #FE7979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.4%

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

R = 51.21%
G = 24.4%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE7979 (or 0xFE7979) is known color: Salmon. HEX triplet: FE, 79 and 79. RGB value is (254,121,121). Sum of RGB (Red+Green+Blue) = 254+121+121=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7979 is #018686. Grayscale: #A0A0A0. Windows color (decimal): -99975 or 7961086. OLE color: 7961086.

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

Color convert

RGB 254 121 121 -
CMYK 0 0.52 0.52 0.00
HSL 0.99% 0.74% -
HSV(B) 0.52% 1% -
XYZ 51.16 36.13 22.37 -
YUV 160.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 254 121 121 0 0.52 0.52 0.00 0 0.99 0.74
Hex FE 79 79 0 34 34 0 0 63 4A
Octal 376 171 171 0 64 64 0 0 143 112
Binary 11111110 1111001 1111001 0 110100 110100 0 0 1100011 1001010

Color Harmonies of #FE7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7979

Black with #FE7979

Text Example


Text Example

White with #FE7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7979; }

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

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

background-color css

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

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

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

border-color css

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

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

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