#F0876C

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

Shades of Salmon #F0876C

Tints of Salmon #F0876C

Color information

#F0876C (or 0xF0876C) is unknown color: approx Salmon. HEX triplet: F0, 87 and 6C. RGB value is (240,135,108). Sum of RGB (Red+Green+Blue) = 240+135+108=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0876C is #0F7893. Grayscale: #A3A3A3. Windows color (decimal): -1013908 or 7112688. OLE color: 7112688.

HSL color Cylindrical-coordinate representation of color #F0876C: hue angle of 12.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0876C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB240135108-
CMYK00.440.550.06
HSL12.27º81.48%68.24%-
HSV(B)12.27º55%94.12%-
XYZ47.3136.9418.82-
YUV163.3296.79182.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.69%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=49.69%
G=27.95%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013510800.440.550.0612.2781.4868.24
HexF0876C02C376c5144
Octal36020715405467614121104
Binary111100001000011111011000101100110111110110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0876C; }

 p { color: rgb(240,135,108); }

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

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

 a { background-color: rgb(240,135,108); }

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

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

 span { border-color: rgb(240,135,108); }

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