Html Css Color HEX #FE7973 Salmon

📋 copy color: '#FE7973'

red 254 ◦ green 121 ◦ blue 115

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

Shades of Salmon #FE7973

Tints of Salmon #FE7973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 51.84%
G = 24.69%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE7973 (or 0xFE7973) is known color: Salmon. HEX triplet: FE, 79 and 73. RGB value is (254,121,115). Sum of RGB (Red+Green+Blue) = 254+121+115=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7973 is #01868C. Grayscale: #A0A0A0. Windows color (decimal): -99981 or 7567870. OLE color: 7567870.

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

Color convert

RGB 254 121 115 -
CMYK 0 0.52 0.55 0.00
HSL 2.59º 0.99% 0.72% -
HSV(B) 2.59º 0.55% 1% -
XYZ 50.8 35.98 20.49 -
YUV 160.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 254 121 115 0 0.52 0.55 0.00 2.59 0.99 0.72
Hex FE 79 73 0 34 37 0 3 63 48
Octal 376 171 163 0 64 67 0 3 143 110
Binary 11111110 1111001 1110011 0 110100 110111 0 11 1100011 1001000

Color Harmonies of #FE7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7973

Black with #FE7973

Text Example


Text Example

White with #FE7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7973; }

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

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

background-color css

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

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

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

border-color css

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

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

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