Html Css Color HEX #FC746C Salmon

📋 copy color: '#FC746C'

red 252 ◦ green 116 ◦ blue 108

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

Shades of Salmon #FC746C

Tints of Salmon #FC746C

RGB

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

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

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

R = 52.94%
G = 24.37%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC746C (or 0xFC746C) is known color: Salmon. HEX triplet: FC, 74 and 6C. RGB value is (252,116,108). Sum of RGB (Red+Green+Blue) = 252+116+108=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC746C is #038B93. Grayscale: #9B9B9B. Windows color (decimal): -232340 or 7107836. OLE color: 7107836.

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

Color convert

RGB 252 116 108 -
CMYK 0 0.54 0.57 0.01
HSL 3.33º 0.96% 0.71% -
HSV(B) 3.33º 0.57% 0.99% -
XYZ 49.1 34.27 18.21 -
YUV 155.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 252 116 108 0 0.54 0.57 0.01 3.33 0.96 0.71
Hex FC 74 6C 0 36 39 1 3 60 47
Octal 374 164 154 0 66 71 1 3 140 107
Binary 11111100 1110100 1101100 0 110110 111001 1 11 1100000 1000111

Color Harmonies of #FC746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC746C

Black with #FC746C

Text Example


Text Example

White with #FC746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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