Html Css Color HEX #FC796D Salmon

📋 copy color: '#FC796D'

red 252 ◦ green 121 ◦ blue 109

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

Shades of Salmon #FC796D

Tints of Salmon #FC796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 52.28%
G = 25.1%
B = 22.61%

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

#FC796D (or 0xFC796D) is known color: Salmon. HEX triplet: FC, 79 and 6D. RGB value is (252,121,109). Sum of RGB (Red+Green+Blue) = 252+121+109=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC796D is #038692. Grayscale: #9E9E9E. Windows color (decimal): -231059 or 7174652. OLE color: 7174652.

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

Color convert

RGB 252 121 109 -
CMYK 0 0.52 0.57 0.01
HSL 5.03º 0.96% 0.71% -
HSV(B) 5.03º 0.57% 0.99% -
XYZ 49.74 35.47 18.69 -
YUV 158.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 252 121 109 0 0.52 0.57 0.01 5.03 0.96 0.71
Hex FC 79 6D 0 34 39 1 5 60 47
Octal 374 171 155 0 64 71 1 5 140 107
Binary 11111100 1111001 1101101 0 110100 111001 1 101 1100000 1000111

Color Harmonies of #FC796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC796D

Black with #FC796D

Text Example


Text Example

White with #FC796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC796D; }

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

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

background-color css

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

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

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

border-color css

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

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

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