Html Css Color HEX #FC756C Salmon

📋 copy color: '#FC756C'

red 252 ◦ green 117 ◦ blue 108

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

Shades of Salmon #FC756C

Tints of Salmon #FC756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 52.83%
G = 24.53%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC756C (or 0xFC756C) is known color: Salmon. HEX triplet: FC, 75 and 6C. RGB value is (252,117,108). Sum of RGB (Red+Green+Blue) = 252+117+108=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC756C is #038A93. Grayscale: #9C9C9C. Windows color (decimal): -232084 or 7108092. OLE color: 7108092.

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

Color convert

RGB 252 117 108 -
CMYK 0 0.54 0.57 0.01
HSL 3.75º 0.96% 0.71% -
HSV(B) 3.75º 0.57% 0.99% -
XYZ 49.21 34.5 18.25 -
YUV 156.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 252 117 108 0 0.54 0.57 0.01 3.75 0.96 0.71
Hex FC 75 6C 0 36 39 1 4 60 47
Octal 374 165 154 0 66 71 1 4 140 107
Binary 11111100 1110101 1101100 0 110110 111001 1 100 1100000 1000111

Color Harmonies of #FC756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC756C

Black with #FC756C

Text Example


Text Example

White with #FC756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC756C; }

 p { color: rgb(252,117,108); }

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

background-color css

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

 a { background-color: rgb(252,117,108); }

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

border-color css

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

 span { border-color: rgb(252,117,108); }

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