#FC8768

Color #FC8768 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FC8768

Tints of Salmon #FC8768

Color information

#FC8768 (or 0xFC8768) is unknown color: approx Salmon. HEX triplet: FC, 87 and 68. RGB value is (252,135,104). Sum of RGB (Red+Green+Blue) = 252+135+104=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8768 is #037897. Grayscale: #A6A6A6. Windows color (decimal): -227480 or 6850556. OLE color: 6850556.

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

Color convert

RGB252135104-
CMYK00.460.590.01
HSL12.57º96.1%69.8%-
HSV(B)12.57º58.73%98.82%-
XYZ51.3139.0217.92-
YUV166.4592.76189.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=51.32%
G=27.49%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213510400.460.590.0112.5796.169.8
HexFC876802E3B1d6046
Octal37420715005673115140106
Binary1111110010000111110100001011101110111110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8768; }

 p { color: rgb(252,135,104); }

 H1.HeaderClassName
 {
   color: #FC8768;
 }
 .AnyTagClassName
 {
   color: #FC8768;
 }
</style>
background-color css

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

 a { background-color: rgb(252,135,104); }

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

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

 span { border-color: rgb(252,135,104); }

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