Html Css Color HEX #FA9675 Light Salmon

📋 copy color: '#FA9675'

red 250 ◦ green 150 ◦ blue 117

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

Shades of Light Salmon #FA9675

Tints of Light Salmon #FA9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.01%

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

R = 48.36%
G = 29.01%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA9675 (or 0xFA9675) is known color: Light Salmon. HEX triplet: FA, 96 and 75. RGB value is (250,150,117). Sum of RGB (Red+Green+Blue) = 250+150+117=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9675 is #05698A. Grayscale: #B0B0B0. Windows color (decimal): -354699 or 7706362. OLE color: 7706362.

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

Color convert

RGB 250 150 117 -
CMYK 0 0.4 0.53 0.02
HSL 14.89º 0.93% 0.72% -
HSV(B) 14.89º 0.53% 0.98% -
XYZ 53.54 43.42 22.39 -
YUV 176.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 250 150 117 0 0.4 0.53 0.02 14.89 0.93 0.72
Hex FA 96 75 0 28 35 2 F 5D 48
Octal 372 226 165 0 50 65 2 17 135 110
Binary 11111010 10010110 1110101 0 101000 110101 10 1111 1011101 1001000

Color Harmonies of #FA9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9675

Black with #FA9675

Text Example


Text Example

White with #FA9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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