Html Css Color HEX #FA877C Salmon

📋 copy color: '#FA877C'

red 250 ◦ green 135 ◦ blue 124

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

Shades of Salmon #FA877C

Tints of Salmon #FA877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.52%

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 49.12%
G = 26.52%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA877C (or 0xFA877C) is known color: Salmon. HEX triplet: FA, 87 and 7C. RGB value is (250,135,124). Sum of RGB (Red+Green+Blue) = 250+135+124=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA877C is #057883. Grayscale: #A8A8A8. Windows color (decimal): -358532 or 8161274. OLE color: 8161274.

HSL color Cylindrical-coordinate representation of color #FA877C: hue angle of 5.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA877C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 135 124 -
CMYK 0 0.46 0.50 0.02
HSL 5.24º 0.93% 0.73% -
HSV(B) 5.24º 0.5% 0.98% -
XYZ 51.73 39.11 23.89 -
YUV 168.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 250 135 124 0 0.46 0.50 0.02 5.24 0.93 0.73
Hex FA 87 7C 0 2E 32 2 5 5D 49
Octal 372 207 174 0 56 62 2 5 135 111
Binary 11111010 10000111 1111100 0 101110 110010 10 101 1011101 1001001

Color Harmonies of #FA877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA877C

Black with #FA877C

Text Example


Text Example

White with #FA877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA877C; }

 p { color: rgb(250,135,124); }

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

background-color css

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

 a { background-color: rgb(250,135,124); }

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

border-color css

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

 span { border-color: rgb(250,135,124); }

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