Html Css Color HEX #FC766D Salmon

📋 copy color: '#FC766D'

red 252 ◦ green 118 ◦ blue 109

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

Shades of Salmon #FC766D

Tints of Salmon #FC766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.63%

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 52.61%
G = 24.63%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC766D (or 0xFC766D) is known color: Salmon. HEX triplet: FC, 76 and 6D. RGB value is (252,118,109). Sum of RGB (Red+Green+Blue) = 252+118+109=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC766D is #038992. Grayscale: #9D9D9D. Windows color (decimal): -231827 or 7173884. OLE color: 7173884.

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

Color convert

RGB 252 118 109 -
CMYK 0 0.53 0.57 0.01
HSL 3.78º 0.96% 0.71% -
HSV(B) 3.78º 0.57% 0.99% -
XYZ 49.38 34.76 18.57 -
YUV 157.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 252 118 109 0 0.53 0.57 0.01 3.78 0.96 0.71
Hex FC 76 6D 0 35 39 1 4 60 47
Octal 374 166 155 0 65 71 1 4 140 107
Binary 11111100 1110110 1101101 0 110101 111001 1 100 1100000 1000111

Color Harmonies of #FC766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC766D

Black with #FC766D

Text Example


Text Example

White with #FC766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC766D; }

 p { color: rgb(252,118,109); }

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

background-color css

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

 a { background-color: rgb(252,118,109); }

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

border-color css

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

 span { border-color: rgb(252,118,109); }

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