Html Css Color HEX #FC9973 Light Salmon

📋 copy color: '#FC9973'

red 252 ◦ green 153 ◦ blue 115

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

Shades of Light Salmon #FC9973

Tints of Light Salmon #FC9973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.42%

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

R = 48.46%
G = 29.42%
B = 22.12%

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

#FC9973 (or 0xFC9973) is known color: Light Salmon. HEX triplet: FC, 99 and 73. RGB value is (252,153,115). Sum of RGB (Red+Green+Blue) = 252+153+115=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9973 is #03668C. Grayscale: #B2B2B2. Windows color (decimal): -222861 or 7576060. OLE color: 7576060.

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

Color convert

RGB 252 153 115 -
CMYK 0 0.39 0.54 0.01
HSL 16.64º 0.96% 0.72% -
HSV(B) 16.64º 0.54% 0.99% -
XYZ 54.63 44.72 21.97 -
YUV 178.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 252 153 115 0 0.39 0.54 0.01 16.64 0.96 0.72
Hex FC 99 73 0 27 36 1 11 60 48
Octal 374 231 163 0 47 66 1 21 140 110
Binary 11111100 10011001 1110011 0 100111 110110 1 10001 1100000 1001000

Color Harmonies of #FC9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9973

Black with #FC9973

Text Example


Text Example

White with #FC9973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9973; }

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

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

background-color css

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

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

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

border-color css

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

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

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