#fc8766

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

Shades of Salmon #FC8766

Tints of Salmon #FC8766

Color information

#FC8766 (or 0xFC8766) is unknown color: approx Salmon. HEX triplet: FC, 87 and 66. RGB value is (252,135,102). Sum of RGB (Red+Green+Blue) = 252+135+102=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8766 is #037899. Grayscale: #A6A6A6. Windows color (decimal): -227482 or 6719484. OLE color: 6719484.

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

Color convert

RGB252135102-
CMYK00.460.600.01
HSL13.2º96.15%69.41%-
HSV(B)13.2º59.52%98.82%-
XYZ51.2138.9817.4-
YUV166.2291.76189.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=51.53%
G=27.61%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213510200.460.600.0113.296.1569.41
HexFC876602E3C1d6045
Octal37420714605674115140105
Binary1111110010000111110011001011101111001110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc8766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc8766; }

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

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

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

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

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

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

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

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