Html Css Color HEX #FC756E Salmon

📋 copy color: '#FC756E'

red 252 ◦ green 117 ◦ blue 110

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

Shades of Salmon #FC756E

Tints of Salmon #FC756E

RGB

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

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

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

R = 52.61%
G = 24.43%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC756E (or 0xFC756E) is known color: Salmon. HEX triplet: FC, 75 and 6E. RGB value is (252,117,110). Sum of RGB (Red+Green+Blue) = 252+117+110=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC756E is #038A91. Grayscale: #9C9C9C. Windows color (decimal): -232082 or 7239164. OLE color: 7239164.

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

Color convert

RGB 252 117 110 -
CMYK 0 0.54 0.56 0.01
HSL 2.96º 0.96% 0.71% -
HSV(B) 2.96º 0.56% 0.99% -
XYZ 49.32 34.54 18.82 -
YUV 156.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 252 117 110 0 0.54 0.56 0.01 2.96 0.96 0.71
Hex FC 75 6E 0 36 38 1 3 60 47
Octal 374 165 156 0 66 70 1 3 140 107
Binary 11111100 1110101 1101110 0 110110 111000 1 11 1100000 1000111

Color Harmonies of #FC756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC756E

Black with #FC756E

Text Example


Text Example

White with #FC756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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