Html Css Color HEX #FC746E Salmon

📋 copy color: '#FC746E'

red 252 ◦ green 116 ◦ blue 110

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

Shades of Salmon #FC746E

Tints of Salmon #FC746E

RGB

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

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

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

R = 52.72%
G = 24.27%
B = 23.01%

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

#FC746E (or 0xFC746E) is known color: Salmon. HEX triplet: FC, 74 and 6E. RGB value is (252,116,110). Sum of RGB (Red+Green+Blue) = 252+116+110=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC746E is #038B91. Grayscale: #9C9C9C. Windows color (decimal): -232338 or 7238908. OLE color: 7238908.

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

Color convert

RGB 252 116 110 -
CMYK 0 0.54 0.56 0.01
HSL 2.54º 0.96% 0.71% -
HSV(B) 2.54º 0.56% 0.99% -
XYZ 49.2 34.31 18.78 -
YUV 155.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 252 116 110 0 0.54 0.56 0.01 2.54 0.96 0.71
Hex FC 74 6E 0 36 38 1 3 60 47
Octal 374 164 156 0 66 70 1 3 140 107
Binary 11111100 1110100 1101110 0 110110 111000 1 11 1100000 1000111

Color Harmonies of #FC746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC746E

Black with #FC746E

Text Example


Text Example

White with #FC746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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