Html Css Color HEX #FC7B70 Salmon

📋 copy color: '#FC7B70'

red 252 ◦ green 123 ◦ blue 112

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

Shades of Salmon #FC7B70

Tints of Salmon #FC7B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.26%

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

R = 51.75%
G = 25.26%
B = 23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7B70 (or 0xFC7B70) is known color: Salmon. HEX triplet: FC, 7B and 70. RGB value is (252,123,112). Sum of RGB (Red+Green+Blue) = 252+123+112=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B70 is #03848F. Grayscale: #A0A0A0. Windows color (decimal): -230544 or 7371772. OLE color: 7371772.

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

Color convert

RGB 252 123 112 -
CMYK 0 0.51 0.56 0.01
HSL 4.71º 0.96% 0.71% -
HSV(B) 4.71º 0.56% 0.99% -
XYZ 50.15 36.03 19.64 -
YUV 160.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 252 123 112 0 0.51 0.56 0.01 4.71 0.96 0.71
Hex FC 7B 70 0 33 38 1 5 60 47
Octal 374 173 160 0 63 70 1 5 140 107
Binary 11111100 1111011 1110000 0 110011 111000 1 101 1100000 1000111

Color Harmonies of #FC7B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B70

Black with #FC7B70

Text Example


Text Example

White with #FC7B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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