Html Css Color HEX #FA756C Salmon

📋 copy color: '#FA756C'

red 250 ◦ green 117 ◦ blue 108

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

Shades of Salmon #FA756C

Tints of Salmon #FA756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 52.63%
G = 24.63%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA756C (or 0xFA756C) is known color: Salmon. HEX triplet: FA, 75 and 6C. RGB value is (250,117,108). Sum of RGB (Red+Green+Blue) = 250+117+108=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA756C is #058A93. Grayscale: #9B9B9B. Windows color (decimal): -363156 or 7108090. OLE color: 7108090.

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

Color convert

RGB 250 117 108 -
CMYK 0 0.53 0.57 0.02
HSL 3.8º 0.93% 0.7% -
HSV(B) 3.8º 0.57% 0.98% -
XYZ 48.49 34.13 18.22 -
YUV 155.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 250 117 108 0 0.53 0.57 0.02 3.8 0.93 0.7
Hex FA 75 6C 0 35 39 2 4 5D 46
Octal 372 165 154 0 65 71 2 4 135 106
Binary 11111010 1110101 1101100 0 110101 111001 10 100 1011101 1000110

Color Harmonies of #FA756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA756C

Black with #FA756C

Text Example


Text Example

White with #FA756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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