Html Css Color HEX #FC8076 Salmon

📋 copy color: '#FC8076'

red 252 ◦ green 128 ◦ blue 118

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

Shades of Salmon #FC8076

Tints of Salmon #FC8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.7%

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

R = 50.6%
G = 25.7%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC8076 (or 0xFC8076) is known color: Salmon. HEX triplet: FC, 80 and 76. RGB value is (252,128,118). Sum of RGB (Red+Green+Blue) = 252+128+118=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8076 is #037F89. Grayscale: #A4A4A4. Windows color (decimal): -229258 or 7766268. OLE color: 7766268.

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

Color convert

RGB 252 128 118 -
CMYK 0 0.49 0.53 0.01
HSL 4.48º 0.96% 0.73% -
HSV(B) 4.48º 0.53% 0.99% -
XYZ 51.13 37.44 21.67 -
YUV 163.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 252 128 118 0 0.49 0.53 0.01 4.48 0.96 0.73
Hex FC 80 76 0 31 35 1 4 60 49
Octal 374 200 166 0 61 65 1 4 140 111
Binary 11111100 10000000 1110110 0 110001 110101 1 100 1100000 1001001

Color Harmonies of #FC8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8076

Black with #FC8076

Text Example


Text Example

White with #FC8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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