Html Css Color HEX #FD736F Salmon

📋 copy color: '#FD736F'

red 253 ◦ green 115 ◦ blue 111

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

Shades of Salmon #FD736F

Tints of Salmon #FD736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

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

R = 52.82%
G = 24.01%
B = 23.17%

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

#FD736F (or 0xFD736F) is known color: Salmon. HEX triplet: FD, 73 and 6F. RGB value is (253,115,111). Sum of RGB (Red+Green+Blue) = 253+115+111=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD736F is #028C90. Grayscale: #9B9B9B. Windows color (decimal): -167057 or 7304189. OLE color: 7304189.

HSL color Cylindrical-coordinate representation of color #FD736F: hue angle of 1.69º 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 #FD736F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 115 111 -
CMYK 0 0.55 0.56 0.01
HSL 1.69º 0.97% 0.71% -
HSV(B) 1.69º 0.56% 0.99% -
XYZ 49.51 34.29 19.05 -
YUV 155.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 253 115 111 0 0.55 0.56 0.01 1.69 0.97 0.71
Hex FD 73 6F 0 37 38 1 2 61 47
Octal 375 163 157 0 67 70 1 2 141 107
Binary 11111101 1110011 1101111 0 110111 111000 1 10 1100001 1000111

Color Harmonies of #FD736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD736F

Black with #FD736F

Text Example


Text Example

White with #FD736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD736F; }

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

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

background-color css

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

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

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

border-color css

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

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

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