Html Css Color HEX #FA8975 Salmon

📋 copy color: '#FA8975'

red 250 ◦ green 137 ◦ blue 117

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

Shades of Salmon #FA8975

Tints of Salmon #FA8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 49.6%
G = 27.18%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA8975 (or 0xFA8975) is known color: Salmon. HEX triplet: FA, 89 and 75. RGB value is (250,137,117). Sum of RGB (Red+Green+Blue) = 250+137+117=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8975 is #05768A. Grayscale: #A8A8A8. Windows color (decimal): -358027 or 7703034. OLE color: 7703034.

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

Color convert

RGB 250 137 117 -
CMYK 0 0.45 0.53 0.02
HSL 9.02º 0.93% 0.72% -
HSV(B) 9.02º 0.53% 0.98% -
XYZ 51.58 39.5 21.74 -
YUV 168.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 250 137 117 0 0.45 0.53 0.02 9.02 0.93 0.72
Hex FA 89 75 0 2D 35 2 9 5D 48
Octal 372 211 165 0 55 65 2 11 135 110
Binary 11111010 10001001 1110101 0 101101 110101 10 1001 1011101 1001000

Color Harmonies of #FA8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8975

Black with #FA8975

Text Example


Text Example

White with #FA8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8975; }

 p { color: rgb(250,137,117); }

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

background-color css

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

 a { background-color: rgb(250,137,117); }

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

border-color css

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

 span { border-color: rgb(250,137,117); }

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