Html Css Color HEX #FA8075 Salmon

📋 copy color: '#FA8075'

red 250 ◦ green 128 ◦ blue 117

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

Shades of Salmon #FA8075

Tints of Salmon #FA8075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 50.51%
G = 25.86%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA8075 (or 0xFA8075) is known color: Salmon. HEX triplet: FA, 80 and 75. RGB value is (250,128,117). Sum of RGB (Red+Green+Blue) = 250+128+117=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8075 is #057F8A. Grayscale: #A3A3A3. Windows color (decimal): -360331 or 7700730. OLE color: 7700730.

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

Color convert

RGB 250 128 117 -
CMYK 0 0.49 0.53 0.02
HSL 4.96º 0.93% 0.72% -
HSV(B) 4.96º 0.53% 0.98% -
XYZ 50.35 37.05 21.33 -
YUV 163.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 250 128 117 0 0.49 0.53 0.02 4.96 0.93 0.72
Hex FA 80 75 0 31 35 2 5 5D 48
Octal 372 200 165 0 61 65 2 5 135 110
Binary 11111010 10000000 1110101 0 110001 110101 10 101 1011101 1001000

Color Harmonies of #FA8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8075

Black with #FA8075

Text Example


Text Example

White with #FA8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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