Html Css Color HEX #FE7970 Salmon

📋 copy color: '#FE7970'

red 254 ◦ green 121 ◦ blue 112

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

Shades of Salmon #FE7970

Tints of Salmon #FE7970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23%

R = 52.16%
G = 24.85%
B = 23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE7970 (or 0xFE7970) is known color: Salmon. HEX triplet: FE, 79 and 70. RGB value is (254,121,112). Sum of RGB (Red+Green+Blue) = 254+121+112=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7970 is #01868F. Grayscale: #9F9F9F. Windows color (decimal): -99984 or 7371262. OLE color: 7371262.

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

Color convert

RGB 254 121 112 -
CMYK 0 0.52 0.56 0.00
HSL 3.8º 0.99% 0.72% -
HSV(B) 3.8º 0.56% 1% -
XYZ 50.64 35.92 19.59 -
YUV 159.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 254 121 112 0 0.52 0.56 0.00 3.8 0.99 0.72
Hex FE 79 70 0 34 38 0 4 63 48
Octal 376 171 160 0 64 70 0 4 143 110
Binary 11111110 1111001 1110000 0 110100 111000 0 100 1100011 1001000

Color Harmonies of #FE7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7970

Black with #FE7970

Text Example


Text Example

White with #FE7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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