Html Css Color HEX #FA9C73 Light Salmon

📋 copy color: '#FA9C73'

red 250 ◦ green 156 ◦ blue 115

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

Shades of Light Salmon #FA9C73

Tints of Light Salmon #FA9C73

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

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

R = 47.98%
G = 29.94%
B = 22.07%

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

#FA9C73 (or 0xFA9C73) is known color: Light Salmon. HEX triplet: FA, 9C and 73. RGB value is (250,156,115). Sum of RGB (Red+Green+Blue) = 250+156+115=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9C73 is #05638C. Grayscale: #B3B3B3. Windows color (decimal): -353165 or 7576826. OLE color: 7576826.

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

Color convert

RGB 250 156 115 -
CMYK 0 0.38 0.54 0.02
HSL 18.22º 0.93% 0.72% -
HSV(B) 18.22º 0.54% 0.98% -
XYZ 54.41 45.34 22.1 -
YUV 179.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 250 156 115 0 0.38 0.54 0.02 18.22 0.93 0.72
Hex FA 9C 73 0 26 36 2 12 5D 48
Octal 372 234 163 0 46 66 2 22 135 110
Binary 11111010 10011100 1110011 0 100110 110110 10 10010 1011101 1001000

Color Harmonies of #FA9C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C73

Black with #FA9C73

Text Example


Text Example

White with #FA9C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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