Html Css Color HEX #FA8978 Salmon

📋 copy color: '#FA8978'

red 250 ◦ green 137 ◦ blue 120

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

Shades of Salmon #FA8978

Tints of Salmon #FA8978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 49.31%
G = 27.02%
B = 23.67%

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

#FA8978 (or 0xFA8978) is known color: Salmon. HEX triplet: FA, 89 and 78. RGB value is (250,137,120). Sum of RGB (Red+Green+Blue) = 250+137+120=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8978 is #057687. Grayscale: #A9A9A9. Windows color (decimal): -358024 or 7899642. OLE color: 7899642.

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

Color convert

RGB 250 137 120 -
CMYK 0 0.45 0.52 0.02
HSL 7.85º 0.93% 0.73% -
HSV(B) 7.85º 0.52% 0.98% -
XYZ 51.76 39.57 22.68 -
YUV 168.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 250 137 120 0 0.45 0.52 0.02 7.85 0.93 0.73
Hex FA 89 78 0 2D 34 2 8 5D 49
Octal 372 211 170 0 55 64 2 10 135 111
Binary 11111010 10001001 1111000 0 101101 110100 10 1000 1011101 1001001

Color Harmonies of #FA8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8978

Black with #FA8978

Text Example


Text Example

White with #FA8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8978; }

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

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

background-color css

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

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

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

border-color css

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

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

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