Html Css Color HEX #FC7B73 Salmon

📋 copy color: '#FC7B73'

red 252 ◦ green 123 ◦ blue 115

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

Shades of Salmon #FC7B73

Tints of Salmon #FC7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.1%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 51.43%
G = 25.1%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7B73 (or 0xFC7B73) is known color: Salmon. HEX triplet: FC, 7B and 73. RGB value is (252,123,115). Sum of RGB (Red+Green+Blue) = 252+123+115=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B73 is #03848C. Grayscale: #A0A0A0. Windows color (decimal): -230541 or 7568380. OLE color: 7568380.

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

Color convert

RGB 252 123 115 -
CMYK 0 0.51 0.54 0.01
HSL 3.5º 0.96% 0.72% -
HSV(B) 3.5º 0.54% 0.99% -
XYZ 50.32 36.1 20.54 -
YUV 160.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 252 123 115 0 0.51 0.54 0.01 3.5 0.96 0.72
Hex FC 7B 73 0 33 36 1 4 60 48
Octal 374 173 163 0 63 66 1 4 140 110
Binary 11111100 1111011 1110011 0 110011 110110 1 100 1100000 1001000

Color Harmonies of #FC7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B73

Black with #FC7B73

Text Example


Text Example

White with #FC7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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