Html Css Color HEX #FC9C74 Light Salmon

📋 copy color: '#FC9C74'

red 252 ◦ green 156 ◦ blue 116

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

Shades of Light Salmon #FC9C74

Tints of Light Salmon #FC9C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.77%

 BLUE value IS 116 (45.7% from 255) = 22.14%

R = 48.09%
G = 29.77%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC9C74 (or 0xFC9C74) is known color: Light Salmon. HEX triplet: FC, 9C and 74. RGB value is (252,156,116). Sum of RGB (Red+Green+Blue) = 252+156+116=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9C74 is #03638B. Grayscale: #B4B4B4. Windows color (decimal): -222092 or 7642364. OLE color: 7642364.

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

Color convert

RGB 252 156 116 -
CMYK 0 0.38 0.54 0.01
HSL 17.65º 0.96% 0.72% -
HSV(B) 17.65º 0.54% 0.99% -
XYZ 55.19 45.73 22.44 -
YUV 180.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 252 156 116 0 0.38 0.54 0.01 17.65 0.96 0.72
Hex FC 9C 74 0 26 36 1 12 60 48
Octal 374 234 164 0 46 66 1 22 140 110
Binary 11111100 10011100 1110100 0 100110 110110 1 10010 1100000 1001000

Color Harmonies of #FC9C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C74

Black with #FC9C74

Text Example


Text Example

White with #FC9C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C74; }

 p { color: rgb(252,156,116); }

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

background-color css

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

 a { background-color: rgb(252,156,116); }

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

border-color css

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

 span { border-color: rgb(252,156,116); }

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