Html Css Color HEX #FC746B Salmon

📋 copy color: '#FC746B'

red 252 ◦ green 116 ◦ blue 107

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

Shades of Salmon #FC746B

Tints of Salmon #FC746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 53.05%
G = 24.42%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC746B (or 0xFC746B) is known color: Salmon. HEX triplet: FC, 74 and 6B. RGB value is (252,116,107). Sum of RGB (Red+Green+Blue) = 252+116+107=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC746B is #038B94. Grayscale: #9B9B9B. Windows color (decimal): -232341 or 7042300. OLE color: 7042300.

HSL color Cylindrical-coordinate representation of color #FC746B: hue angle of 3.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC746B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 107 -
CMYK 0 0.54 0.58 0.01
HSL 3.72º 0.96% 0.7% -
HSV(B) 3.72º 0.58% 0.99% -
XYZ 49.04 34.25 17.94 -
YUV 155.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 252 116 107 0 0.54 0.58 0.01 3.72 0.96 0.7
Hex FC 74 6B 0 36 3A 1 4 60 46
Octal 374 164 153 0 66 72 1 4 140 106
Binary 11111100 1110100 1101011 0 110110 111010 1 100 1100000 1000110

Color Harmonies of #FC746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC746B

Black with #FC746B

Text Example


Text Example

White with #FC746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC746B; }

 p { color: rgb(252,116,107); }

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

background-color css

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

 a { background-color: rgb(252,116,107); }

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

border-color css

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

 span { border-color: rgb(252,116,107); }

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