Html Css Color HEX #FC7673 Salmon

📋 copy color: '#FC7673'

red 252 ◦ green 118 ◦ blue 115

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

Shades of Salmon #FC7673

Tints of Salmon #FC7673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.33%

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

R = 51.96%
G = 24.33%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7673 (or 0xFC7673) is known color: Salmon. HEX triplet: FC, 76 and 73. RGB value is (252,118,115). Sum of RGB (Red+Green+Blue) = 252+118+115=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7673 is #03898C. Grayscale: #9D9D9D. Windows color (decimal): -231821 or 7567100. OLE color: 7567100.

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

Color convert

RGB 252 118 115 -
CMYK 0 0.53 0.54 0.01
HSL 1.31º 0.96% 0.72% -
HSV(B) 1.31º 0.54% 0.99% -
XYZ 49.72 34.89 20.33 -
YUV 157.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 252 118 115 0 0.53 0.54 0.01 1.31 0.96 0.72
Hex FC 76 73 0 35 36 1 1 60 48
Octal 374 166 163 0 65 66 1 1 140 110
Binary 11111100 1110110 1110011 0 110101 110110 1 1 1100000 1001000

Color Harmonies of #FC7673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7673

Black with #FC7673

Text Example


Text Example

White with #FC7673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7673; }

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

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

background-color css

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

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

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

border-color css

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

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

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