Html Css Color HEX #FA877D Salmon

📋 copy color: '#FA877D'

red 250 ◦ green 135 ◦ blue 125

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

Shades of Salmon #FA877D

Tints of Salmon #FA877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 49.02%
G = 26.47%
B = 24.51%

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

#FA877D (or 0xFA877D) is known color: Salmon. HEX triplet: FA, 87 and 7D. RGB value is (250,135,125). Sum of RGB (Red+Green+Blue) = 250+135+125=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA877D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA877D is #057882. Grayscale: #A8A8A8. Windows color (decimal): -358531 or 8226810. OLE color: 8226810.

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

Color convert

RGB 250 135 125 -
CMYK 0 0.46 0.50 0.02
HSL 4.8º 0.93% 0.74% -
HSV(B) 4.8º 0.5% 0.98% -
XYZ 51.79 39.13 24.23 -
YUV 168.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 250 135 125 0 0.46 0.50 0.02 4.8 0.93 0.74
Hex FA 87 7D 0 2E 32 2 5 5D 4A
Octal 372 207 175 0 56 62 2 5 135 112
Binary 11111010 10000111 1111101 0 101110 110010 10 101 1011101 1001010

Color Harmonies of #FA877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA877D

Black with #FA877D

Text Example


Text Example

White with #FA877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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