Html Css Color HEX #FC7972 Salmon

📋 copy color: '#FC7972'

red 252 ◦ green 121 ◦ blue 114

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

Shades of Salmon #FC7972

Tints of Salmon #FC7972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 51.75%
G = 24.85%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC7972 (or 0xFC7972) is known color: Salmon. HEX triplet: FC, 79 and 72. RGB value is (252,121,114). Sum of RGB (Red+Green+Blue) = 252+121+114=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7972 is #03868D. Grayscale: #9F9F9F. Windows color (decimal): -231054 or 7502332. OLE color: 7502332.

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

Color convert

RGB 252 121 114 -
CMYK 0 0.52 0.55 0.01
HSL 3.04º 0.96% 0.72% -
HSV(B) 3.04º 0.55% 0.99% -
XYZ 50.02 35.59 20.15 -
YUV 159.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 252 121 114 0 0.52 0.55 0.01 3.04 0.96 0.72
Hex FC 79 72 0 34 37 1 3 60 48
Octal 374 171 162 0 64 67 1 3 140 110
Binary 11111100 1111001 1110010 0 110100 110111 1 11 1100000 1001000

Color Harmonies of #FC7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7972

Black with #FC7972

Text Example


Text Example

White with #FC7972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7972; }

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

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

background-color css

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

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

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

border-color css

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

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

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