Html Css Color HEX #FA807B Salmon

📋 copy color: '#FA807B'

red 250 ◦ green 128 ◦ blue 123

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

Shades of Salmon #FA807B

Tints of Salmon #FA807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.55%

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 49.9%
G = 25.55%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA807B (or 0xFA807B) is known color: Salmon. HEX triplet: FA, 80 and 7B. RGB value is (250,128,123). Sum of RGB (Red+Green+Blue) = 250+128+123=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA807B is #057F84. Grayscale: #A4A4A4. Windows color (decimal): -360325 or 8093946. OLE color: 8093946.

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

Color convert

RGB 250 128 123 -
CMYK 0 0.49 0.51 0.02
HSL 2.36º 0.93% 0.73% -
HSV(B) 2.36º 0.51% 0.98% -
XYZ 50.72 37.19 23.24 -
YUV 163.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 250 128 123 0 0.49 0.51 0.02 2.36 0.93 0.73
Hex FA 80 7B 0 31 33 2 2 5D 49
Octal 372 200 173 0 61 63 2 2 135 111
Binary 11111010 10000000 1111011 0 110001 110011 10 10 1011101 1001001

Color Harmonies of #FA807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA807B

Black with #FA807B

Text Example


Text Example

White with #FA807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA807B; }

 p { color: rgb(250,128,123); }

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

background-color css

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

 a { background-color: rgb(250,128,123); }

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

border-color css

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

 span { border-color: rgb(250,128,123); }

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