Html Css Color HEX #FA8073 Salmon

📋 copy color: '#FA8073'

red 250 ◦ green 128 ◦ blue 115

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

Shades of Salmon #FA8073

Tints of Salmon #FA8073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.96%

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

R = 50.71%
G = 25.96%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8073 (or 0xFA8073) is known color: Salmon. HEX triplet: FA, 80 and 73. RGB value is (250,128,115). Sum of RGB (Red+Green+Blue) = 250+128+115=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8073 is #057F8C. Grayscale: #A3A3A3. Windows color (decimal): -360333 or 7569658. OLE color: 7569658.

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

Color convert

RGB 250 128 115 -
CMYK 0 0.49 0.54 0.02
HSL 5.78º 0.93% 0.72% -
HSV(B) 5.78º 0.54% 0.98% -
XYZ 50.24 37 20.71 -
YUV 163 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 250 128 115 0 0.49 0.54 0.02 5.78 0.93 0.72
Hex FA 80 73 0 31 36 2 6 5D 48
Octal 372 200 163 0 61 66 2 6 135 110
Binary 11111010 10000000 1110011 0 110001 110110 10 110 1011101 1001000

Color Harmonies of #FA8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8073

Black with #FA8073

Text Example


Text Example

White with #FA8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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