Html Css Color HEX #FC8471 Salmon

📋 copy color: '#FC8471'

red 252 ◦ green 132 ◦ blue 113

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

Shades of Salmon #FC8471

Tints of Salmon #FC8471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 50.7%
G = 26.56%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC8471 (or 0xFC8471) is known color: Salmon. HEX triplet: FC, 84 and 71. RGB value is (252,132,113). Sum of RGB (Red+Green+Blue) = 252+132+113=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8471 is #037B8E. Grayscale: #A5A5A5. Windows color (decimal): -228239 or 7439612. OLE color: 7439612.

HSL color Cylindrical-coordinate representation of color #FC8471: hue angle of 8.2º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC8471 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 132 113 -
CMYK 0 0.48 0.55 0.01
HSL 8.2º 0.96% 0.72% -
HSV(B) 8.2º 0.55% 0.99% -
XYZ 51.38 38.39 20.32 -
YUV 165.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 252 132 113 0 0.48 0.55 0.01 8.2 0.96 0.72
Hex FC 84 71 0 30 37 1 8 60 48
Octal 374 204 161 0 60 67 1 10 140 110
Binary 11111100 10000100 1110001 0 110000 110111 1 1000 1100000 1001000

Color Harmonies of #FC8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8471

Black with #FC8471

Text Example


Text Example

White with #FC8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8471; }

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

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

background-color css

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

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

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

border-color css

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

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

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