Html Css Color HEX #FC9A73 Light Salmon

📋 copy color: '#FC9A73'

red 252 ◦ green 154 ◦ blue 115

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

Shades of Light Salmon #FC9A73

Tints of Light Salmon #FC9A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.56%

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

R = 48.37%
G = 29.56%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9A73 (or 0xFC9A73) is known color: Light Salmon. HEX triplet: FC, 9A and 73. RGB value is (252,154,115). Sum of RGB (Red+Green+Blue) = 252+154+115=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A73 is #03658C. Grayscale: #B3B3B3. Windows color (decimal): -222605 or 7576316. OLE color: 7576316.

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

Color convert

RGB 252 154 115 -
CMYK 0 0.39 0.54 0.01
HSL 17.08º 0.96% 0.72% -
HSV(B) 17.08º 0.54% 0.99% -
XYZ 54.8 45.04 22.03 -
YUV 178.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 252 154 115 0 0.39 0.54 0.01 17.08 0.96 0.72
Hex FC 9A 73 0 27 36 1 11 60 48
Octal 374 232 163 0 47 66 1 21 140 110
Binary 11111100 10011010 1110011 0 100111 110110 1 10001 1100000 1001000

Color Harmonies of #FC9A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A73

Black with #FC9A73

Text Example


Text Example

White with #FC9A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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