Html Css Color HEX #FA8275 Salmon

📋 copy color: '#FA8275'

red 250 ◦ green 130 ◦ blue 117

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

Shades of Salmon #FA8275

Tints of Salmon #FA8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.16%

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

R = 50.3%
G = 26.16%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA8275 (or 0xFA8275) is known color: Salmon. HEX triplet: FA, 82 and 75. RGB value is (250,130,117). Sum of RGB (Red+Green+Blue) = 250+130+117=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8275 is #057D8A. Grayscale: #A4A4A4. Windows color (decimal): -359819 or 7701242. OLE color: 7701242.

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

Color convert

RGB 250 130 117 -
CMYK 0 0.48 0.53 0.02
HSL 5.86º 0.93% 0.72% -
HSV(B) 5.86º 0.53% 0.98% -
XYZ 50.62 37.57 21.41 -
YUV 164.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 250 130 117 0 0.48 0.53 0.02 5.86 0.93 0.72
Hex FA 82 75 0 30 35 2 6 5D 48
Octal 372 202 165 0 60 65 2 6 135 110
Binary 11111010 10000010 1110101 0 110000 110101 10 110 1011101 1001000

Color Harmonies of #FA8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8275

Black with #FA8275

Text Example


Text Example

White with #FA8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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