Html Css Color HEX #FA8973 Salmon

📋 copy color: '#FA8973'

red 250 ◦ green 137 ◦ blue 115

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

Shades of Salmon #FA8973

Tints of Salmon #FA8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.29%

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

R = 49.8%
G = 27.29%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8973 (or 0xFA8973) is known color: Salmon. HEX triplet: FA, 89 and 73. RGB value is (250,137,115). Sum of RGB (Red+Green+Blue) = 250+137+115=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8973 is #05768C. Grayscale: #A8A8A8. Windows color (decimal): -358029 or 7571962. OLE color: 7571962.

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

Color convert

RGB 250 137 115 -
CMYK 0 0.45 0.54 0.02
HSL 9.78º 0.93% 0.72% -
HSV(B) 9.78º 0.54% 0.98% -
XYZ 51.46 39.45 21.12 -
YUV 168.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 250 137 115 0 0.45 0.54 0.02 9.78 0.93 0.72
Hex FA 89 73 0 2D 36 2 A 5D 48
Octal 372 211 163 0 55 66 2 12 135 110
Binary 11111010 10001001 1110011 0 101101 110110 10 1010 1011101 1001000

Color Harmonies of #FA8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8973

Black with #FA8973

Text Example


Text Example

White with #FA8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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