Html Css Color HEX #FC7D70 Salmon

📋 copy color: '#FC7D70'

red 252 ◦ green 125 ◦ blue 112

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

Shades of Salmon #FC7D70

Tints of Salmon #FC7D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

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

R = 51.53%
G = 25.56%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7D70 (or 0xFC7D70) is known color: Salmon. HEX triplet: FC, 7D and 70. RGB value is (252,125,112). Sum of RGB (Red+Green+Blue) = 252+125+112=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D70 is #03828F. Grayscale: #A1A1A1. Windows color (decimal): -230032 or 7372284. OLE color: 7372284.

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

Color convert

RGB 252 125 112 -
CMYK 0 0.50 0.56 0.01
HSL 5.57º 0.96% 0.71% -
HSV(B) 5.57º 0.56% 0.99% -
XYZ 50.4 36.53 19.72 -
YUV 161.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 252 125 112 0 0.50 0.56 0.01 5.57 0.96 0.71
Hex FC 7D 70 0 32 38 1 6 60 47
Octal 374 175 160 0 62 70 1 6 140 107
Binary 11111100 1111101 1110000 0 110010 111000 1 110 1100000 1000111

Color Harmonies of #FC7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D70

Black with #FC7D70

Text Example


Text Example

White with #FC7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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