Html Css Color HEX #FC736E Salmon

📋 copy color: '#FC736E'

red 252 ◦ green 115 ◦ blue 110

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

Shades of Salmon #FC736E

Tints of Salmon #FC736E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 52.83%
G = 24.11%
B = 23.06%

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

#FC736E (or 0xFC736E) is known color: Salmon. HEX triplet: FC, 73 and 6E. RGB value is (252,115,110). Sum of RGB (Red+Green+Blue) = 252+115+110=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC736E is #038C91. Grayscale: #9B9B9B. Windows color (decimal): -232594 or 7238652. OLE color: 7238652.

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

Color convert

RGB 252 115 110 -
CMYK 0 0.54 0.56 0.01
HSL 2.11º 0.96% 0.71% -
HSV(B) 2.11º 0.56% 0.99% -
XYZ 49.09 34.08 18.74 -
YUV 155.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 252 115 110 0 0.54 0.56 0.01 2.11 0.96 0.71
Hex FC 73 6E 0 36 38 1 2 60 47
Octal 374 163 156 0 66 70 1 2 140 107
Binary 11111100 1110011 1101110 0 110110 111000 1 10 1100000 1000111

Color Harmonies of #FC736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC736E

Black with #FC736E

Text Example


Text Example

White with #FC736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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