Html Css Color HEX #FA8979 Salmon

📋 copy color: '#FA8979'

red 250 ◦ green 137 ◦ blue 121

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

Shades of Salmon #FA8979

Tints of Salmon #FA8979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.82%

R = 49.21%
G = 26.97%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA8979 (or 0xFA8979) is known color: Salmon. HEX triplet: FA, 89 and 79. RGB value is (250,137,121). Sum of RGB (Red+Green+Blue) = 250+137+121=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8979 is #057686. Grayscale: #A9A9A9. Windows color (decimal): -358023 or 7965178. OLE color: 7965178.

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

Color convert

RGB 250 137 121 -
CMYK 0 0.45 0.52 0.02
HSL 7.44º 0.93% 0.73% -
HSV(B) 7.44º 0.52% 0.98% -
XYZ 51.82 39.6 23 -
YUV 168.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 250 137 121 0 0.45 0.52 0.02 7.44 0.93 0.73
Hex FA 89 79 0 2D 34 2 7 5D 49
Octal 372 211 171 0 55 64 2 7 135 111
Binary 11111010 10001001 1111001 0 101101 110100 10 111 1011101 1001001

Color Harmonies of #FA8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8979

Black with #FA8979

Text Example


Text Example

White with #FA8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8979; }

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

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

background-color css

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

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

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

border-color css

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

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

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