Html Css Color HEX #FC8063 Salmon

📋 copy color: '#FC8063'

red 252 ◦ green 128 ◦ blue 99

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

Shades of Salmon #FC8063

Tints of Salmon #FC8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.72%

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

R = 52.61%
G = 26.72%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC8063 (or 0xFC8063) is known color: Salmon. HEX triplet: FC, 80 and 63. RGB value is (252,128,99). Sum of RGB (Red+Green+Blue) = 252+128+99=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8063 is #037F9C. Grayscale: #A2A2A2. Windows color (decimal): -229277 or 6521084. OLE color: 6521084.

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

Color convert

RGB 252 128 99 -
CMYK 0 0.49 0.61 0.01
HSL 11.37º 0.96% 0.69% -
HSV(B) 11.37º 0.61% 0.99% -
XYZ 50.12 37.03 16.31 -
YUV 161.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 252 128 99 0 0.49 0.61 0.01 11.37 0.96 0.69
Hex FC 80 63 0 31 3D 1 B 60 45
Octal 374 200 143 0 61 75 1 13 140 105
Binary 11111100 10000000 1100011 0 110001 111101 1 1011 1100000 1000101

Color Harmonies of #FC8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8063

Black with #FC8063

Text Example


Text Example

White with #FC8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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