Html Css Color HEX #FC736F Salmon

📋 copy color: '#FC736F'

red 252 ◦ green 115 ◦ blue 111

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

Shades of Salmon #FC736F

Tints of Salmon #FC736F

RGB

 RED value IS 252 (98.83% from 255) = 52.72%

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

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

R = 52.72%
G = 24.06%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC736F (or 0xFC736F) is known color: Salmon. HEX triplet: FC, 73 and 6F. RGB value is (252,115,111). Sum of RGB (Red+Green+Blue) = 252+115+111=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC736F is #038C90. Grayscale: #9B9B9B. Windows color (decimal): -232593 or 7304188. OLE color: 7304188.

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

Color convert

RGB 252 115 111 -
CMYK 0 0.54 0.56 0.01
HSL 1.7º 0.96% 0.71% -
HSV(B) 1.7º 0.56% 0.99% -
XYZ 49.14 34.1 19.03 -
YUV 155.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 252 115 111 0 0.54 0.56 0.01 1.7 0.96 0.71
Hex FC 73 6F 0 36 38 1 2 60 47
Octal 374 163 157 0 66 70 1 2 140 107
Binary 11111100 1110011 1101111 0 110110 111000 1 10 1100000 1000111

Color Harmonies of #FC736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC736F

Black with #FC736F

Text Example


Text Example

White with #FC736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC736F; }

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

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

background-color css

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

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

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

border-color css

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

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

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