Html Css Color HEX #FA8A6E Salmon

📋 copy color: '#FA8A6E'

red 250 ◦ green 138 ◦ blue 110

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

Shades of Salmon #FA8A6E

Tints of Salmon #FA8A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.71%

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 50.2%
G = 27.71%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA8A6E (or 0xFA8A6E) is known color: Salmon. HEX triplet: FA, 8A and 6E. RGB value is (250,138,110). Sum of RGB (Red+Green+Blue) = 250+138+110=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A6E is #057591. Grayscale: #A8A8A8. Windows color (decimal): -357778 or 7244538. OLE color: 7244538.

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

Color convert

RGB 250 138 110 -
CMYK 0 0.45 0.56 0.02
HSL 12º 0.93% 0.71% -
HSV(B) 12º 0.56% 0.98% -
XYZ 51.33 39.63 19.7 -
YUV 168.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 250 138 110 0 0.45 0.56 0.02 12 0.93 0.71
Hex FA 8A 6E 0 2D 38 2 C 5D 47
Octal 372 212 156 0 55 70 2 14 135 107
Binary 11111010 10001010 1101110 0 101101 111000 10 1100 1011101 1000111

Color Harmonies of #FA8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A6E

Black with #FA8A6E

Text Example


Text Example

White with #FA8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A6E; }

 p { color: rgb(250,138,110); }

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

background-color css

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

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

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

border-color css

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

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

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