Html Css Color HEX #FA8479 Salmon

📋 copy color: '#FA8479'

red 250 ◦ green 132 ◦ blue 121

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

Shades of Salmon #FA8479

Tints of Salmon #FA8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.24%

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

R = 49.7%
G = 26.24%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA8479 (or 0xFA8479) is known color: Salmon. HEX triplet: FA, 84 and 79. RGB value is (250,132,121). Sum of RGB (Red+Green+Blue) = 250+132+121=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8479 is #057B86. Grayscale: #A6A6A6. Windows color (decimal): -359303 or 7963898. OLE color: 7963898.

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

Color convert

RGB 250 132 121 -
CMYK 0 0.47 0.52 0.02
HSL 5.12º 0.93% 0.73% -
HSV(B) 5.12º 0.52% 0.98% -
XYZ 51.13 38.21 22.77 -
YUV 166.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 250 132 121 0 0.47 0.52 0.02 5.12 0.93 0.73
Hex FA 84 79 0 2F 34 2 5 5D 49
Octal 372 204 171 0 57 64 2 5 135 111
Binary 11111010 10000100 1111001 0 101111 110100 10 101 1011101 1001001

Color Harmonies of #FA8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8479

Black with #FA8479

Text Example


Text Example

White with #FA8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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