Html Css Color HEX #FA9B73 Light Salmon

📋 copy color: '#FA9B73'

red 250 ◦ green 155 ◦ blue 115

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

Shades of Light Salmon #FA9B73

Tints of Light Salmon #FA9B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

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

R = 48.08%
G = 29.81%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA9B73 (or 0xFA9B73) is known color: Light Salmon. HEX triplet: FA, 9B and 73. RGB value is (250,155,115). Sum of RGB (Red+Green+Blue) = 250+155+115=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B73 is #05648C. Grayscale: #B3B3B3. Windows color (decimal): -353421 or 7576570. OLE color: 7576570.

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

Color convert

RGB 250 155 115 -
CMYK 0 0.38 0.54 0.02
HSL 17.78º 0.93% 0.72% -
HSV(B) 17.78º 0.54% 0.98% -
XYZ 54.24 45 22.05 -
YUV 178.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 250 155 115 0 0.38 0.54 0.02 17.78 0.93 0.72
Hex FA 9B 73 0 26 36 2 12 5D 48
Octal 372 233 163 0 46 66 2 22 135 110
Binary 11111010 10011011 1110011 0 100110 110110 10 10010 1011101 1001000

Color Harmonies of #FA9B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B73

Black with #FA9B73

Text Example


Text Example

White with #FA9B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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