Html Css Color HEX #FC7C65 Salmon

📋 copy color: '#FC7C65'

red 252 ◦ green 124 ◦ blue 101

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

Shades of Salmon #FC7C65

Tints of Salmon #FC7C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 52.83%
G = 26%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7C65 (or 0xFC7C65) is known color: Salmon. HEX triplet: FC, 7C and 65. RGB value is (252,124,101). Sum of RGB (Red+Green+Blue) = 252+124+101=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C65 is #03839A. Grayscale: #9F9F9F. Windows color (decimal): -230299 or 6651132. OLE color: 6651132.

HSL color Cylindrical-coordinate representation of color #FC7C65: hue angle of 9.14º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC7C65 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 124 101 -
CMYK 0 0.51 0.60 0.01
HSL 9.14º 0.96% 0.69% -
HSV(B) 9.14º 0.6% 0.99% -
XYZ 49.7 36.05 16.65 -
YUV 159.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 252 124 101 0 0.51 0.60 0.01 9.14 0.96 0.69
Hex FC 7C 65 0 33 3C 1 9 60 45
Octal 374 174 145 0 63 74 1 11 140 105
Binary 11111100 1111100 1100101 0 110011 111100 1 1001 1100000 1000101

Color Harmonies of #FC7C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C65

Black with #FC7C65

Text Example


Text Example

White with #FC7C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C65; }

 p { color: rgb(252,124,101); }

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

background-color css

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

 a { background-color: rgb(252,124,101); }

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

border-color css

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

 span { border-color: rgb(252,124,101); }

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