Html Css Color HEX #FA8065 Salmon

📋 copy color: '#FA8065'

red 250 ◦ green 128 ◦ blue 101

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

Shades of Salmon #FA8065

Tints of Salmon #FA8065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.72%

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

R = 52.19%
G = 26.72%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA8065 (or 0xFA8065) is known color: Salmon. HEX triplet: FA, 80 and 65. RGB value is (250,128,101). Sum of RGB (Red+Green+Blue) = 250+128+101=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8065 is #057F9A. Grayscale: #A1A1A1. Windows color (decimal): -360347 or 6652154. OLE color: 6652154.

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

Color convert

RGB 250 128 101 -
CMYK 0 0.49 0.60 0.02
HSL 10.87º 0.94% 0.69% -
HSV(B) 10.87º 0.6% 0.98% -
XYZ 49.49 36.7 16.79 -
YUV 161.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 250 128 101 0 0.49 0.60 0.02 10.87 0.94 0.69
Hex FA 80 65 0 31 3C 2 B 5E 45
Octal 372 200 145 0 61 74 2 13 136 105
Binary 11111010 10000000 1100101 0 110001 111100 10 1011 1011110 1000101

Color Harmonies of #FA8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8065

Black with #FA8065

Text Example


Text Example

White with #FA8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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