Html Css Color HEX #FC796C Salmon

📋 copy color: '#FC796C'

red 252 ◦ green 121 ◦ blue 108

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

Shades of Salmon #FC796C

Tints of Salmon #FC796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 52.39%
G = 25.16%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC796C (or 0xFC796C) is known color: Salmon. HEX triplet: FC, 79 and 6C. RGB value is (252,121,108). Sum of RGB (Red+Green+Blue) = 252+121+108=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC796C is #038693. Grayscale: #9E9E9E. Windows color (decimal): -231060 or 7109116. OLE color: 7109116.

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

Color convert

RGB 252 121 108 -
CMYK 0 0.52 0.57 0.01
HSL 5.42º 0.96% 0.71% -
HSV(B) 5.42º 0.57% 0.99% -
XYZ 49.69 35.45 18.41 -
YUV 158.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 252 121 108 0 0.52 0.57 0.01 5.42 0.96 0.71
Hex FC 79 6C 0 34 39 1 5 60 47
Octal 374 171 154 0 64 71 1 5 140 107
Binary 11111100 1111001 1101100 0 110100 111001 1 101 1100000 1000111

Color Harmonies of #FC796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC796C

Black with #FC796C

Text Example


Text Example

White with #FC796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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