Html Css Color HEX #FC7A70 Salmon

📋 copy color: '#FC7A70'

red 252 ◦ green 122 ◦ blue 112

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

Shades of Salmon #FC7A70

Tints of Salmon #FC7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.1%

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

R = 51.85%
G = 25.1%
B = 23.05%

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

#FC7A70 (or 0xFC7A70) is known color: Salmon. HEX triplet: FC, 7A and 70. RGB value is (252,122,112). Sum of RGB (Red+Green+Blue) = 252+122+112=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A70 is #03858F. Grayscale: #9F9F9F. Windows color (decimal): -230800 or 7371516. OLE color: 7371516.

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

Color convert

RGB 252 122 112 -
CMYK 0 0.52 0.56 0.01
HSL 4.29º 0.96% 0.71% -
HSV(B) 4.29º 0.56% 0.99% -
XYZ 50.03 35.78 19.6 -
YUV 159.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 252 122 112 0 0.52 0.56 0.01 4.29 0.96 0.71
Hex FC 7A 70 0 34 38 1 4 60 47
Octal 374 172 160 0 64 70 1 4 140 107
Binary 11111100 1111010 1110000 0 110100 111000 1 100 1100000 1000111

Color Harmonies of #FC7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A70

Black with #FC7A70

Text Example


Text Example

White with #FC7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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