Html Css Color HEX #FA8573 Salmon

📋 copy color: '#FA8573'

red 250 ◦ green 133 ◦ blue 115

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

Shades of Salmon #FA8573

Tints of Salmon #FA8573

RGB

 RED value IS 250 (98.05% from 255) = 50.2%

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 50.2%
G = 26.71%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8573 (or 0xFA8573) is known color: Salmon. HEX triplet: FA, 85 and 73. RGB value is (250,133,115). Sum of RGB (Red+Green+Blue) = 250+133+115=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8573 is #057A8C. Grayscale: #A6A6A6. Windows color (decimal): -359053 or 7570938. OLE color: 7570938.

HSL color Cylindrical-coordinate representation of color #FA8573: hue angle of 8º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA8573 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 115 -
CMYK 0 0.47 0.54 0.02
HSL 0.93% 0.72% -
HSV(B) 0.54% 0.98% -
XYZ 50.91 38.34 20.94 -
YUV 165.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 250 133 115 0 0.47 0.54 0.02 8 0.93 0.72
Hex FA 85 73 0 2F 36 2 8 5D 48
Octal 372 205 163 0 57 66 2 10 135 110
Binary 11111010 10000101 1110011 0 101111 110110 10 1000 1011101 1001000

Color Harmonies of #FA8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8573

Black with #FA8573

Text Example


Text Example

White with #FA8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8573; }

 p { color: rgb(250,133,115); }

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

background-color css

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

 a { background-color: rgb(250,133,115); }

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

border-color css

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

 span { border-color: rgb(250,133,115); }

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