Html Css Color HEX #FC706F Salmon

📋 copy color: '#FC706F'

red 252 ◦ green 112 ◦ blue 111

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

Shades of Salmon #FC706F

Tints of Salmon #FC706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 53.05%
G = 23.58%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC706F (or 0xFC706F) is known color: Salmon. HEX triplet: FC, 70 and 6F. RGB value is (252,112,111). Sum of RGB (Red+Green+Blue) = 252+112+111=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC706F is #038F90. Grayscale: #999999. Windows color (decimal): -233361 or 7303420. OLE color: 7303420.

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

Color convert

RGB 252 112 111 -
CMYK 0 0.56 0.56 0.01
HSL 0.43º 0.96% 0.71% -
HSV(B) 0.43º 0.56% 0.99% -
XYZ 48.81 33.43 18.92 -
YUV 153.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 252 112 111 0 0.56 0.56 0.01 0.43 0.96 0.71
Hex FC 70 6F 0 38 38 1 0 60 47
Octal 374 160 157 0 70 70 1 0 140 107
Binary 11111100 1110000 1101111 0 111000 111000 1 0 1100000 1000111

Color Harmonies of #FC706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC706F

Black with #FC706F

Text Example


Text Example

White with #FC706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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