Html Css Color HEX #FA726D Salmon

📋 copy color: '#FA726D'

red 250 ◦ green 114 ◦ blue 109

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

Shades of Salmon #FA726D

Tints of Salmon #FA726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.1%

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 52.85%
G = 24.1%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA726D (or 0xFA726D) is known color: Salmon. HEX triplet: FA, 72 and 6D. RGB value is (250,114,109). Sum of RGB (Red+Green+Blue) = 250+114+109=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA726D is #058D92. Grayscale: #9A9A9A. Windows color (decimal): -363923 or 7172858. OLE color: 7172858.

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

Color convert

RGB 250 114 109 -
CMYK 0 0.54 0.56 0.02
HSL 2.13º 0.93% 0.7% -
HSV(B) 2.13º 0.56% 0.98% -
XYZ 48.2 33.46 18.39 -
YUV 154.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 250 114 109 0 0.54 0.56 0.02 2.13 0.93 0.7
Hex FA 72 6D 0 36 38 2 2 5D 46
Octal 372 162 155 0 66 70 2 2 135 106
Binary 11111010 1110010 1101101 0 110110 111000 10 10 1011101 1000110

Color Harmonies of #FA726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA726D

Black with #FA726D

Text Example


Text Example

White with #FA726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA726D; }

 p { color: rgb(250,114,109); }

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

background-color css

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

 a { background-color: rgb(250,114,109); }

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

border-color css

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

 span { border-color: rgb(250,114,109); }

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