Html Css Color HEX #FA9873 Light Salmon

📋 copy color: '#FA9873'

red 250 ◦ green 152 ◦ blue 115

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

Shades of Light Salmon #FA9873

Tints of Light Salmon #FA9873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

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

R = 48.36%
G = 29.4%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA9873 (or 0xFA9873) is known color: Light Salmon. HEX triplet: FA, 98 and 73. RGB value is (250,152,115). Sum of RGB (Red+Green+Blue) = 250+152+115=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9873 is #05678C. Grayscale: #B1B1B1. Windows color (decimal): -354189 or 7575802. OLE color: 7575802.

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

Color convert

RGB 250 152 115 -
CMYK 0 0.39 0.54 0.02
HSL 16.44º 0.93% 0.72% -
HSV(B) 16.44º 0.54% 0.98% -
XYZ 53.75 44.02 21.88 -
YUV 177.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 250 152 115 0 0.39 0.54 0.02 16.44 0.93 0.72
Hex FA 98 73 0 27 36 2 10 5D 48
Octal 372 230 163 0 47 66 2 20 135 110
Binary 11111010 10011000 1110011 0 100111 110110 10 10000 1011101 1001000

Color Harmonies of #FA9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9873

Black with #FA9873

Text Example


Text Example

White with #FA9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9873; }

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

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

background-color css

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

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

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

border-color css

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

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

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