Html Css Color HEX #FC9573 Light Salmon

📋 copy color: '#FC9573'

red 252 ◦ green 149 ◦ blue 115

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

Shades of Light Salmon #FC9573

Tints of Light Salmon #FC9573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.88%

 BLUE value IS 115 (45.31% from 255) = 22.29%

R = 48.84%
G = 28.88%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9573 (or 0xFC9573) is known color: Light Salmon. HEX triplet: FC, 95 and 73. RGB value is (252,149,115). Sum of RGB (Red+Green+Blue) = 252+149+115=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9573 is #036A8C. Grayscale: #B0B0B0. Windows color (decimal): -223885 or 7575036. OLE color: 7575036.

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

Color convert

RGB 252 149 115 -
CMYK 0 0.41 0.54 0.01
HSL 14.89º 0.96% 0.72% -
HSV(B) 14.89º 0.54% 0.99% -
XYZ 53.99 43.43 21.76 -
YUV 175.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 252 149 115 0 0.41 0.54 0.01 14.89 0.96 0.72
Hex FC 95 73 0 29 36 1 F 60 48
Octal 374 225 163 0 51 66 1 17 140 110
Binary 11111100 10010101 1110011 0 101001 110110 1 1111 1100000 1001000

Color Harmonies of #FC9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9573

Black with #FC9573

Text Example


Text Example

White with #FC9573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9573; }

 p { color: rgb(252,149,115); }

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

background-color css

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

 a { background-color: rgb(252,149,115); }

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

border-color css

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

 span { border-color: rgb(252,149,115); }

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