Html Css Color HEX #FC8B76 Salmon

📋 copy color: '#FC8B76'

red 252 ◦ green 139 ◦ blue 118

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

Shades of Salmon #FC8B76

Tints of Salmon #FC8B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 49.51%
G = 27.31%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC8B76 (or 0xFC8B76) is known color: Salmon. HEX triplet: FC, 8B and 76. RGB value is (252,139,118). Sum of RGB (Red+Green+Blue) = 252+139+118=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B76 is #037489. Grayscale: #AAAAAA. Windows color (decimal): -226442 or 7769084. OLE color: 7769084.

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

Color convert

RGB 252 139 118 -
CMYK 0 0.45 0.53 0.01
HSL 9.4º 0.96% 0.73% -
HSV(B) 9.4º 0.53% 0.99% -
XYZ 52.65 40.47 22.18 -
YUV 170.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 252 139 118 0 0.45 0.53 0.01 9.4 0.96 0.73
Hex FC 8B 76 0 2D 35 1 9 60 49
Octal 374 213 166 0 55 65 1 11 140 111
Binary 11111100 10001011 1110110 0 101101 110101 1 1001 1100000 1001001

Color Harmonies of #FC8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B76

Black with #FC8B76

Text Example


Text Example

White with #FC8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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