Html Css Color HEX #FC8463 Salmon

📋 copy color: '#FC8463'

red 252 ◦ green 132 ◦ blue 99

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

Shades of Salmon #FC8463

Tints of Salmon #FC8463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 52.17%
G = 27.33%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC8463 (or 0xFC8463) is known color: Salmon. HEX triplet: FC, 84 and 63. RGB value is (252,132,99). Sum of RGB (Red+Green+Blue) = 252+132+99=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8463 is #037B9C. Grayscale: #A4A4A4. Windows color (decimal): -228253 or 6522108. OLE color: 6522108.

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

Color convert

RGB 252 132 99 -
CMYK 0 0.48 0.61 0.01
HSL 12.94º 0.96% 0.69% -
HSV(B) 12.94º 0.61% 0.99% -
XYZ 50.65 38.1 16.49 -
YUV 164.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 252 132 99 0 0.48 0.61 0.01 12.94 0.96 0.69
Hex FC 84 63 0 30 3D 1 D 60 45
Octal 374 204 143 0 60 75 1 15 140 105
Binary 11111100 10000100 1100011 0 110000 111101 1 1101 1100000 1000101

Color Harmonies of #FC8463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8463

Black with #FC8463

Text Example


Text Example

White with #FC8463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8463; }

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

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

background-color css

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

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

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

border-color css

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

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

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