Html Css Color HEX #FD7C73 Salmon

📋 copy color: '#FD7C73'

red 253 ◦ green 124 ◦ blue 115

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

Shades of Salmon #FD7C73

Tints of Salmon #FD7C73

RGB

 RED value IS 253 (99.22% from 255) = 51.42%

 GREEN value IS 124 (48.83% from 255) = 25.2%

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

R = 51.42%
G = 25.2%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD7C73 (or 0xFD7C73) is known color: Salmon. HEX triplet: FD, 7C and 73. RGB value is (253,124,115). Sum of RGB (Red+Green+Blue) = 253+124+115=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C73 is #02838C. Grayscale: #A1A1A1. Windows color (decimal): -164749 or 7568637. OLE color: 7568637.

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

Color convert

RGB 253 124 115 -
CMYK 0 0.51 0.55 0.01
HSL 3.91º 0.97% 0.72% -
HSV(B) 3.91º 0.55% 0.99% -
XYZ 50.81 36.54 20.59 -
YUV 161.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 253 124 115 0 0.51 0.55 0.01 3.91 0.97 0.72
Hex FD 7C 73 0 33 37 1 4 61 48
Octal 375 174 163 0 63 67 1 4 141 110
Binary 11111101 1111100 1110011 0 110011 110111 1 100 1100001 1001000

Color Harmonies of #FD7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C73

Black with #FD7C73

Text Example


Text Example

White with #FD7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C73; }

 p { color: rgb(253,124,115); }

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

background-color css

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

 a { background-color: rgb(253,124,115); }

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

border-color css

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

 span { border-color: rgb(253,124,115); }

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