Html Css Color HEX #FC766E Salmon

📋 copy color: '#FC766E'

red 252 ◦ green 118 ◦ blue 110

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

Shades of Salmon #FC766E

Tints of Salmon #FC766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.92%

R = 52.5%
G = 24.58%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC766E (or 0xFC766E) is known color: Salmon. HEX triplet: FC, 76 and 6E. RGB value is (252,118,110). Sum of RGB (Red+Green+Blue) = 252+118+110=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC766E is #038991. Grayscale: #9D9D9D. Windows color (decimal): -231826 or 7239420. OLE color: 7239420.

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

Color convert

RGB 252 118 110 -
CMYK 0 0.53 0.56 0.01
HSL 3.38º 0.96% 0.71% -
HSV(B) 3.38º 0.56% 0.99% -
XYZ 49.44 34.78 18.86 -
YUV 157.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 252 118 110 0 0.53 0.56 0.01 3.38 0.96 0.71
Hex FC 76 6E 0 35 38 1 3 60 47
Octal 374 166 156 0 65 70 1 3 140 107
Binary 11111100 1110110 1101110 0 110101 111000 1 11 1100000 1000111

Color Harmonies of #FC766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC766E

Black with #FC766E

Text Example


Text Example

White with #FC766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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