Html Css Color HEX #FA7777 Salmon

📋 copy color: '#FA7777'

red 250 ◦ green 119 ◦ blue 119

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

Shades of Salmon #FA7777

Tints of Salmon #FA7777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.39%

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 51.23%
G = 24.39%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA7777 (or 0xFA7777) is known color: Salmon. HEX triplet: FA, 77 and 77. RGB value is (250,119,119). Sum of RGB (Red+Green+Blue) = 250+119+119=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7777 is #058888. Grayscale: #9E9E9E. Windows color (decimal): -362633 or 7829498. OLE color: 7829498.

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

Color convert

RGB 250 119 119 -
CMYK 0 0.52 0.52 0.02
HSL 0.93% 0.72% -
HSV(B) 0.52% 0.98% -
XYZ 49.35 34.85 21.58 -
YUV 158.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 250 119 119 0 0.52 0.52 0.02 0 0.93 0.72
Hex FA 77 77 0 34 34 2 0 5D 48
Octal 372 167 167 0 64 64 2 0 135 110
Binary 11111010 1110111 1110111 0 110100 110100 10 0 1011101 1001000

Color Harmonies of #FA7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7777

Black with #FA7777

Text Example


Text Example

White with #FA7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7777; }

 p { color: rgb(250,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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