Html Css Color HEX #FA7870 Salmon

📋 copy color: '#FA7870'

red 250 ◦ green 120 ◦ blue 112

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

Shades of Salmon #FA7870

Tints of Salmon #FA7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 51.87%
G = 24.9%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA7870 (or 0xFA7870) is known color: Salmon. HEX triplet: FA, 78 and 70. RGB value is (250,120,112). Sum of RGB (Red+Green+Blue) = 250+120+112=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7870 is #05878F. Grayscale: #9E9E9E. Windows color (decimal): -362384 or 7371002. OLE color: 7371002.

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

Color convert

RGB 250 120 112 -
CMYK 0 0.52 0.55 0.02
HSL 3.48º 0.93% 0.71% -
HSV(B) 3.48º 0.55% 0.98% -
XYZ 49.07 34.93 19.48 -
YUV 157.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 250 120 112 0 0.52 0.55 0.02 3.48 0.93 0.71
Hex FA 78 70 0 34 37 2 3 5D 47
Octal 372 170 160 0 64 67 2 3 135 107
Binary 11111010 1111000 1110000 0 110100 110111 10 11 1011101 1000111

Color Harmonies of #FA7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7870

Black with #FA7870

Text Example


Text Example

White with #FA7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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