Html Css Color HEX #FA8175 Salmon

📋 copy color: '#FA8175'

red 250 ◦ green 129 ◦ blue 117

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

Shades of Salmon #FA8175

Tints of Salmon #FA8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 50.4%
G = 26.01%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA8175 (or 0xFA8175) is known color: Salmon. HEX triplet: FA, 81 and 75. RGB value is (250,129,117). Sum of RGB (Red+Green+Blue) = 250+129+117=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8175 is #057E8A. Grayscale: #A3A3A3. Windows color (decimal): -360075 or 7700986. OLE color: 7700986.

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

Color convert

RGB 250 129 117 -
CMYK 0 0.48 0.53 0.02
HSL 5.41º 0.93% 0.72% -
HSV(B) 5.41º 0.53% 0.98% -
XYZ 50.49 37.31 21.37 -
YUV 163.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 250 129 117 0 0.48 0.53 0.02 5.41 0.93 0.72
Hex FA 81 75 0 30 35 2 5 5D 48
Octal 372 201 165 0 60 65 2 5 135 110
Binary 11111010 10000001 1110101 0 110000 110101 10 101 1011101 1001000

Color Harmonies of #FA8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8175

Black with #FA8175

Text Example


Text Example

White with #FA8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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