Html Css Color HEX #FC7C71 Salmon

📋 copy color: '#FC7C71'

red 252 ◦ green 124 ◦ blue 113

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

Shades of Salmon #FC7C71

Tints of Salmon #FC7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

 BLUE value IS 113 (44.53% from 255) = 23.11%

R = 51.53%
G = 25.36%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC7C71 (or 0xFC7C71) is known color: Salmon. HEX triplet: FC, 7C and 71. RGB value is (252,124,113). Sum of RGB (Red+Green+Blue) = 252+124+113=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C71 is #03838E. Grayscale: #A1A1A1. Windows color (decimal): -230287 or 7437564. OLE color: 7437564.

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

Color convert

RGB 252 124 113 -
CMYK 0 0.51 0.55 0.01
HSL 4.75º 0.96% 0.72% -
HSV(B) 4.75º 0.55% 0.99% -
XYZ 50.33 36.3 19.98 -
YUV 161.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 252 124 113 0 0.51 0.55 0.01 4.75 0.96 0.72
Hex FC 7C 71 0 33 37 1 5 60 48
Octal 374 174 161 0 63 67 1 5 140 110
Binary 11111100 1111100 1110001 0 110011 110111 1 101 1100000 1001000

Color Harmonies of #FC7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C71

Black with #FC7C71

Text Example


Text Example

White with #FC7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C71; }

 p { color: rgb(252,124,113); }

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

background-color css

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

 a { background-color: rgb(252,124,113); }

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

border-color css

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

 span { border-color: rgb(252,124,113); }

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