Html Css Color HEX #FC9675 Light Salmon

📋 copy color: '#FC9675'

red 252 ◦ green 150 ◦ blue 117

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

Shades of Light Salmon #FC9675

Tints of Light Salmon #FC9675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

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

R = 48.55%
G = 28.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9675 (or 0xFC9675) is known color: Light Salmon. HEX triplet: FC, 96 and 75. RGB value is (252,150,117). Sum of RGB (Red+Green+Blue) = 252+150+117=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9675 is #03698A. Grayscale: #B0B0B0. Windows color (decimal): -223627 or 7706364. OLE color: 7706364.

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

Color convert

RGB 252 150 117 -
CMYK 0 0.40 0.54 0.01
HSL 14.67º 0.96% 0.72% -
HSV(B) 14.67º 0.54% 0.99% -
XYZ 54.26 43.79 22.42 -
YUV 176.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 252 150 117 0 0.40 0.54 0.01 14.67 0.96 0.72
Hex FC 96 75 0 28 36 1 F 60 48
Octal 374 226 165 0 50 66 1 17 140 110
Binary 11111100 10010110 1110101 0 101000 110110 1 1111 1100000 1001000

Color Harmonies of #FC9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9675

Black with #FC9675

Text Example


Text Example

White with #FC9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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