Html Css Color HEX #FC8473 Salmon

📋 copy color: '#FC8473'

red 252 ◦ green 132 ◦ blue 115

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

Shades of Salmon #FC8473

Tints of Salmon #FC8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

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

R = 50.5%
G = 26.45%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8473 (or 0xFC8473) is known color: Salmon. HEX triplet: FC, 84 and 73. RGB value is (252,132,115). Sum of RGB (Red+Green+Blue) = 252+132+115=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8473 is #037B8C. Grayscale: #A6A6A6. Windows color (decimal): -228237 or 7570684. OLE color: 7570684.

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

Color convert

RGB 252 132 115 -
CMYK 0 0.48 0.54 0.01
HSL 7.45º 0.96% 0.72% -
HSV(B) 7.45º 0.54% 0.99% -
XYZ 51.49 38.44 20.92 -
YUV 165.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 252 132 115 0 0.48 0.54 0.01 7.45 0.96 0.72
Hex FC 84 73 0 30 36 1 7 60 48
Octal 374 204 163 0 60 66 1 7 140 110
Binary 11111100 10000100 1110011 0 110000 110110 1 111 1100000 1001000

Color Harmonies of #FC8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8473

Black with #FC8473

Text Example


Text Example

White with #FC8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8473; }

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

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

background-color css

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

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

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

border-color css

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

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

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