Html Css Color HEX #FA807A Salmon

📋 copy color: '#FA807A'

red 250 ◦ green 128 ◦ blue 122

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

Shades of Salmon #FA807A

Tints of Salmon #FA807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.4%

R = 50%
G = 25.6%
B = 24.4%

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

#FA807A (or 0xFA807A) is known color: Salmon. HEX triplet: FA, 80 and 7A. RGB value is (250,128,122). Sum of RGB (Red+Green+Blue) = 250+128+122=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA807A is #057F85. Grayscale: #A3A3A3. Windows color (decimal): -360326 or 8028410. OLE color: 8028410.

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

Color convert

RGB 250 128 122 -
CMYK 0 0.49 0.51 0.02
HSL 2.81º 0.93% 0.73% -
HSV(B) 2.81º 0.51% 0.98% -
XYZ 50.66 37.17 22.92 -
YUV 163.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 250 128 122 0 0.49 0.51 0.02 2.81 0.93 0.73
Hex FA 80 7A 0 31 33 2 3 5D 49
Octal 372 200 172 0 61 63 2 3 135 111
Binary 11111010 10000000 1111010 0 110001 110011 10 11 1011101 1001001

Color Harmonies of #FA807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA807A

Black with #FA807A

Text Example


Text Example

White with #FA807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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