Html Css Color HEX #FD726F Salmon

📋 copy color: '#FD726F'

red 253 ◦ green 114 ◦ blue 111

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

Shades of Salmon #FD726F

Tints of Salmon #FD726F

RGB

 RED value IS 253 (99.22% from 255) = 52.93%

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

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 52.93%
G = 23.85%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD726F (or 0xFD726F) is known color: Salmon. HEX triplet: FD, 72 and 6F. RGB value is (253,114,111). Sum of RGB (Red+Green+Blue) = 253+114+111=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD726F is #028D90. Grayscale: #9B9B9B. Windows color (decimal): -167313 or 7303933. OLE color: 7303933.

HSL color Cylindrical-coordinate representation of color #FD726F: hue angle of 1.27º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD726F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 114 111 -
CMYK 0 0.55 0.56 0.01
HSL 1.27º 0.97% 0.71% -
HSV(B) 1.27º 0.56% 0.99% -
XYZ 49.39 34.06 19.01 -
YUV 155.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 253 114 111 0 0.55 0.56 0.01 1.27 0.97 0.71
Hex FD 72 6F 0 37 38 1 1 61 47
Octal 375 162 157 0 67 70 1 1 141 107
Binary 11111101 1110010 1101111 0 110111 111000 1 1 1100001 1000111

Color Harmonies of #FD726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD726F

Black with #FD726F

Text Example


Text Example

White with #FD726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD726F; }

 p { color: rgb(253,114,111); }

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

background-color css

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

 a { background-color: rgb(253,114,111); }

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

border-color css

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

 span { border-color: rgb(253,114,111); }

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