Html Css Color HEX #FA8172 Salmon

📋 copy color: '#FA8172'

red 250 ◦ green 129 ◦ blue 114

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

Shades of Salmon #FA8172

Tints of Salmon #FA8172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 50.71%
G = 26.17%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8172 (or 0xFA8172) is known color: Salmon. HEX triplet: FA, 81 and 72. RGB value is (250,129,114). Sum of RGB (Red+Green+Blue) = 250+129+114=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8172 is #057E8D. Grayscale: #A3A3A3. Windows color (decimal): -360078 or 7504378. OLE color: 7504378.

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

Color convert

RGB 250 129 114 -
CMYK 0 0.48 0.54 0.02
HSL 6.62º 0.93% 0.71% -
HSV(B) 6.62º 0.54% 0.98% -
XYZ 50.31 37.24 20.46 -
YUV 163.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 250 129 114 0 0.48 0.54 0.02 6.62 0.93 0.71
Hex FA 81 72 0 30 36 2 7 5D 47
Octal 372 201 162 0 60 66 2 7 135 107
Binary 11111010 10000001 1110010 0 110000 110110 10 111 1011101 1000111

Color Harmonies of #FA8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8172

Black with #FA8172

Text Example


Text Example

White with #FA8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8172; }

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

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

background-color css

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

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

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

border-color css

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

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

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