Html Css Color HEX #FC766B Salmon

📋 copy color: '#FC766B'

red 252 ◦ green 118 ◦ blue 107

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

Shades of Salmon #FC766B

Tints of Salmon #FC766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 52.83%
G = 24.74%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC766B (or 0xFC766B) is known color: Salmon. HEX triplet: FC, 76 and 6B. RGB value is (252,118,107). Sum of RGB (Red+Green+Blue) = 252+118+107=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC766B is #038994. Grayscale: #9C9C9C. Windows color (decimal): -231829 or 7042812. OLE color: 7042812.

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

Color convert

RGB 252 118 107 -
CMYK 0 0.53 0.58 0.01
HSL 4.55º 0.96% 0.7% -
HSV(B) 4.55º 0.58% 0.99% -
XYZ 49.28 34.71 18.01 -
YUV 156.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 252 118 107 0 0.53 0.58 0.01 4.55 0.96 0.7
Hex FC 76 6B 0 35 3A 1 5 60 46
Octal 374 166 153 0 65 72 1 5 140 106
Binary 11111100 1110110 1101011 0 110101 111010 1 101 1100000 1000110

Color Harmonies of #FC766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC766B

Black with #FC766B

Text Example


Text Example

White with #FC766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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