Html Css Color HEX #FA8471 Salmon

📋 copy color: '#FA8471'

red 250 ◦ green 132 ◦ blue 113

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

Shades of Salmon #FA8471

Tints of Salmon #FA8471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 50.51%
G = 26.67%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA8471 (or 0xFA8471) is known color: Salmon. HEX triplet: FA, 84 and 71. RGB value is (250,132,113). Sum of RGB (Red+Green+Blue) = 250+132+113=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8471 is #057B8E. Grayscale: #A5A5A5. Windows color (decimal): -359311 or 7439610. OLE color: 7439610.

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

Color convert

RGB 250 132 113 -
CMYK 0 0.47 0.55 0.02
HSL 8.32º 0.93% 0.71% -
HSV(B) 8.32º 0.55% 0.98% -
XYZ 50.66 38.02 20.29 -
YUV 165.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 250 132 113 0 0.47 0.55 0.02 8.32 0.93 0.71
Hex FA 84 71 0 2F 37 2 8 5D 47
Octal 372 204 161 0 57 67 2 10 135 107
Binary 11111010 10000100 1110001 0 101111 110111 10 1000 1011101 1000111

Color Harmonies of #FA8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8471

Black with #FA8471

Text Example


Text Example

White with #FA8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8471; }

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

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

background-color css

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

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

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

border-color css

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

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

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