Html Css Color HEX #FC8079 Salmon

📋 copy color: '#FC8079'

red 252 ◦ green 128 ◦ blue 121

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

Shades of Salmon #FC8079

Tints of Salmon #FC8079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 50.3%
G = 25.55%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC8079 (or 0xFC8079) is known color: Salmon. HEX triplet: FC, 80 and 79. RGB value is (252,128,121). Sum of RGB (Red+Green+Blue) = 252+128+121=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8079 is #037F86. Grayscale: #A4A4A4. Windows color (decimal): -229255 or 7962876. OLE color: 7962876.

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

Color convert

RGB 252 128 121 -
CMYK 0 0.49 0.52 0.01
HSL 3.21º 0.96% 0.73% -
HSV(B) 3.21º 0.52% 0.99% -
XYZ 51.32 37.51 22.63 -
YUV 164.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 252 128 121 0 0.49 0.52 0.01 3.21 0.96 0.73
Hex FC 80 79 0 31 34 1 3 60 49
Octal 374 200 171 0 61 64 1 3 140 111
Binary 11111100 10000000 1111001 0 110001 110100 1 11 1100000 1001001

Color Harmonies of #FC8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8079

Black with #FC8079

Text Example


Text Example

White with #FC8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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