#FA836F

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

Shades of Salmon #FA836F

Tints of Salmon #FA836F

Color information

#FA836F (or 0xFA836F) is unknown color: approx Salmon. HEX triplet: FA, 83 and 6F. RGB value is (250,131,111). Sum of RGB (Red+Green+Blue) = 250+131+111=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA836F is #057C90. Grayscale: #A4A4A4. Windows color (decimal): -359569 or 7308282. OLE color: 7308282.

HSL color Cylindrical-coordinate representation of color #FA836F: hue angle of 8.63º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA836F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250131111-
CMYK00.480.560.02
HSL8.63º93.29%70.78%-
HSV(B)8.63º55.6%98.04%-
XYZ50.4137.719.66-
YUV164.397.92189.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=50.81%
G=26.63%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013111100.480.560.028.6393.2970.78
HexFA836F03038295d47
Octal37220315706070211135107
Binary11111010100000111101111011000011100010100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA836F; }

 p { color: rgb(250,131,111); }

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

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

 a { background-color: rgb(250,131,111); }

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

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

 span { border-color: rgb(250,131,111); }

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