Html Css Color HEX #FC7970 Salmon

📋 copy color: '#FC7970'

red 252 ◦ green 121 ◦ blue 112

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

Shades of Salmon #FC7970

Tints of Salmon #FC7970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 51.96%
G = 24.95%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7970 (or 0xFC7970) is known color: Salmon. HEX triplet: FC, 79 and 70. RGB value is (252,121,112). Sum of RGB (Red+Green+Blue) = 252+121+112=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7970 is #03868F. Grayscale: #9F9F9F. Windows color (decimal): -231056 or 7371260. OLE color: 7371260.

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

Color convert

RGB 252 121 112 -
CMYK 0 0.52 0.56 0.01
HSL 3.86º 0.96% 0.71% -
HSV(B) 3.86º 0.56% 0.99% -
XYZ 49.91 35.54 19.56 -
YUV 159.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 252 121 112 0 0.52 0.56 0.01 3.86 0.96 0.71
Hex FC 79 70 0 34 38 1 4 60 47
Octal 374 171 160 0 64 70 1 4 140 107
Binary 11111100 1111001 1110000 0 110100 111000 1 100 1100000 1000111

Color Harmonies of #FC7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7970

Black with #FC7970

Text Example


Text Example

White with #FC7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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