Html Css Color HEX #FC8979 Salmon

📋 copy color: '#FC8979'

red 252 ◦ green 137 ◦ blue 121

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

Shades of Salmon #FC8979

Tints of Salmon #FC8979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.86%

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

R = 49.41%
G = 26.86%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC8979 (or 0xFC8979) is known color: Salmon. HEX triplet: FC, 89 and 79. RGB value is (252,137,121). Sum of RGB (Red+Green+Blue) = 252+137+121=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8979 is #037686. Grayscale: #A9A9A9. Windows color (decimal): -226951 or 7965180. OLE color: 7965180.

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

Color convert

RGB 252 137 121 -
CMYK 0 0.46 0.52 0.01
HSL 7.33º 0.96% 0.73% -
HSV(B) 7.33º 0.52% 0.99% -
XYZ 52.54 39.97 23.03 -
YUV 169.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 252 137 121 0 0.46 0.52 0.01 7.33 0.96 0.73
Hex FC 89 79 0 2E 34 1 7 60 49
Octal 374 211 171 0 56 64 1 7 140 111
Binary 11111100 10001001 1111001 0 101110 110100 1 111 1100000 1001001

Color Harmonies of #FC8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8979

Black with #FC8979

Text Example


Text Example

White with #FC8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8979; }

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

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

background-color css

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

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

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

border-color css

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

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

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