Html Css Color HEX #FC8173 Salmon

📋 copy color: '#FC8173'

red 252 ◦ green 129 ◦ blue 115

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

Shades of Salmon #FC8173

Tints of Salmon #FC8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 50.81%
G = 26.01%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8173 (or 0xFC8173) is known color: Salmon. HEX triplet: FC, 81 and 73. RGB value is (252,129,115). Sum of RGB (Red+Green+Blue) = 252+129+115=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8173 is #037E8C. Grayscale: #A4A4A4. Windows color (decimal): -229005 or 7569916. OLE color: 7569916.

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

Color convert

RGB 252 129 115 -
CMYK 0 0.49 0.54 0.01
HSL 6.13º 0.96% 0.72% -
HSV(B) 6.13º 0.54% 0.99% -
XYZ 51.09 37.63 20.79 -
YUV 164.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 252 129 115 0 0.49 0.54 0.01 6.13 0.96 0.72
Hex FC 81 73 0 31 36 1 6 60 48
Octal 374 201 163 0 61 66 1 6 140 110
Binary 11111100 10000001 1110011 0 110001 110110 1 110 1100000 1001000

Color Harmonies of #FC8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8173

Black with #FC8173

Text Example


Text Example

White with #FC8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8173; }

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

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

background-color css

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

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

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

border-color css

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

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

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