Html Css Color HEX #FC7675 Salmon

📋 copy color: '#FC7675'

red 252 ◦ green 118 ◦ blue 117

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

Shades of Salmon #FC7675

Tints of Salmon #FC7675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 51.75%
G = 24.23%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC7675 (or 0xFC7675) is known color: Salmon. HEX triplet: FC, 76 and 75. RGB value is (252,118,117). Sum of RGB (Red+Green+Blue) = 252+118+117=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7675 is #03898A. Grayscale: #9E9E9E. Windows color (decimal): -231819 or 7698172. OLE color: 7698172.

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

Color convert

RGB 252 118 117 -
CMYK 0 0.53 0.54 0.01
HSL 0.44º 0.96% 0.72% -
HSV(B) 0.44º 0.54% 0.99% -
XYZ 49.83 34.94 20.95 -
YUV 157.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 252 118 117 0 0.53 0.54 0.01 0.44 0.96 0.72
Hex FC 76 75 0 35 36 1 0 60 48
Octal 374 166 165 0 65 66 1 0 140 110
Binary 11111100 1110110 1110101 0 110101 110110 1 0 1100000 1001000

Color Harmonies of #FC7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7675

Black with #FC7675

Text Example


Text Example

White with #FC7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7675; }

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

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

background-color css

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

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

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

border-color css

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

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

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