Html Css Color HEX #FA8C78 Salmon

📋 copy color: '#FA8C78'

red 250 ◦ green 140 ◦ blue 120

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

Shades of Salmon #FA8C78

Tints of Salmon #FA8C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

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

R = 49.02%
G = 27.45%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA8C78 (or 0xFA8C78) is known color: Salmon. HEX triplet: FA, 8C and 78. RGB value is (250,140,120). Sum of RGB (Red+Green+Blue) = 250+140+120=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C78 is #057387. Grayscale: #AAAAAA. Windows color (decimal): -357256 or 7900410. OLE color: 7900410.

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

Color convert

RGB 250 140 120 -
CMYK 0 0.44 0.52 0.02
HSL 9.23º 0.93% 0.73% -
HSV(B) 9.23º 0.52% 0.98% -
XYZ 52.19 40.44 22.82 -
YUV 170.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 250 140 120 0 0.44 0.52 0.02 9.23 0.93 0.73
Hex FA 8C 78 0 2C 34 2 9 5D 49
Octal 372 214 170 0 54 64 2 11 135 111
Binary 11111010 10001100 1111000 0 101100 110100 10 1001 1011101 1001001

Color Harmonies of #FA8C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C78

Black with #FA8C78

Text Example


Text Example

White with #FA8C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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