Html Css Color HEX #FD736C Salmon

📋 copy color: '#FD736C'

red 253 ◦ green 115 ◦ blue 108

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

Shades of Salmon #FD736C

Tints of Salmon #FD736C

RGB

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

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

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

R = 53.15%
G = 24.16%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD736C (or 0xFD736C) is known color: Salmon. HEX triplet: FD, 73 and 6C. RGB value is (253,115,108). Sum of RGB (Red+Green+Blue) = 253+115+108=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD736C is #028C93. Grayscale: #9B9B9B. Windows color (decimal): -167060 or 7107581. OLE color: 7107581.

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

Color convert

RGB 253 115 108 -
CMYK 0 0.55 0.57 0.01
HSL 2.9º 0.97% 0.71% -
HSV(B) 2.9º 0.57% 0.99% -
XYZ 49.35 34.23 18.19 -
YUV 155.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 253 115 108 0 0.55 0.57 0.01 2.9 0.97 0.71
Hex FD 73 6C 0 37 39 1 3 61 47
Octal 375 163 154 0 67 71 1 3 141 107
Binary 11111101 1110011 1101100 0 110111 111001 1 11 1100001 1000111

Color Harmonies of #FD736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD736C

Black with #FD736C

Text Example


Text Example

White with #FD736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD736C; }

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

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

background-color css

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

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

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

border-color css

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

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

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