Html Css Color HEX #FA8165 Salmon

📋 copy color: '#FA8165'

red 250 ◦ green 129 ◦ blue 101

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

Shades of Salmon #FA8165

Tints of Salmon #FA8165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

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

R = 52.08%
G = 26.88%
B = 21.04%

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

#FA8165 (or 0xFA8165) is known color: Salmon. HEX triplet: FA, 81 and 65. RGB value is (250,129,101). Sum of RGB (Red+Green+Blue) = 250+129+101=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8165 is #057E9A. Grayscale: #A2A2A2. Windows color (decimal): -360091 or 6652410. OLE color: 6652410.

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

Color convert

RGB 250 129 101 -
CMYK 0 0.48 0.60 0.02
HSL 11.28º 0.94% 0.69% -
HSV(B) 11.28º 0.6% 0.98% -
XYZ 49.62 36.96 16.83 -
YUV 161.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 250 129 101 0 0.48 0.60 0.02 11.28 0.94 0.69
Hex FA 81 65 0 30 3C 2 B 5E 45
Octal 372 201 145 0 60 74 2 13 136 105
Binary 11111010 10000001 1100101 0 110000 111100 10 1011 1011110 1000101

Color Harmonies of #FA8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8165

Black with #FA8165

Text Example


Text Example

White with #FA8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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