Html Css Color HEX #FA8465 Salmon

📋 copy color: '#FA8465'

red 250 ◦ green 132 ◦ blue 101

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

Shades of Salmon #FA8465

Tints of Salmon #FA8465

RGB

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

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

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

R = 51.76%
G = 27.33%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA8465 (or 0xFA8465) is known color: Salmon. HEX triplet: FA, 84 and 65. RGB value is (250,132,101). Sum of RGB (Red+Green+Blue) = 250+132+101=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8465 is #057B9A. Grayscale: #A3A3A3. Windows color (decimal): -359323 or 6653178. OLE color: 6653178.

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

Color convert

RGB 250 132 101 -
CMYK 0 0.47 0.60 0.02
HSL 12.48º 0.94% 0.69% -
HSV(B) 12.48º 0.6% 0.98% -
XYZ 50.02 37.77 16.96 -
YUV 163.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 250 132 101 0 0.47 0.60 0.02 12.48 0.94 0.69
Hex FA 84 65 0 2F 3C 2 C 5E 45
Octal 372 204 145 0 57 74 2 14 136 105
Binary 11111010 10000100 1100101 0 101111 111100 10 1100 1011110 1000101

Color Harmonies of #FA8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8465

Black with #FA8465

Text Example


Text Example

White with #FA8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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