Html Css Color HEX #FA8365 Salmon

📋 copy color: '#FA8365'

red 250 ◦ green 131 ◦ blue 101

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

Shades of Salmon #FA8365

Tints of Salmon #FA8365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.18%

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 51.87%
G = 27.18%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA8365 (or 0xFA8365) is known color: Salmon. HEX triplet: FA, 83 and 65. RGB value is (250,131,101). Sum of RGB (Red+Green+Blue) = 250+131+101=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8365 is #057C9A. Grayscale: #A3A3A3. Windows color (decimal): -359579 or 6652922. OLE color: 6652922.

HSL color Cylindrical-coordinate representation of color #FA8365: hue angle of 12.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8365 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 131 101 -
CMYK 0 0.48 0.60 0.02
HSL 12.08º 0.94% 0.69% -
HSV(B) 12.08º 0.6% 0.98% -
XYZ 49.89 37.5 16.92 -
YUV 163.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 250 131 101 0 0.48 0.60 0.02 12.08 0.94 0.69
Hex FA 83 65 0 30 3C 2 C 5E 45
Octal 372 203 145 0 60 74 2 14 136 105
Binary 11111010 10000011 1100101 0 110000 111100 10 1100 1011110 1000101

Color Harmonies of #FA8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8365

Black with #FA8365

Text Example


Text Example

White with #FA8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8365; }

 p { color: rgb(250,131,101); }

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

background-color css

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

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

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

border-color css

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

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

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