#FA8262

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

Shades of Salmon #FA8262

Tints of Salmon #FA8262

Color information

#FA8262 (or 0xFA8262) is unknown color: approx Salmon. HEX triplet: FA, 82 and 62. RGB value is (250,130,98). Sum of RGB (Red+Green+Blue) = 250+130+98=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8262 is #057D9D. Grayscale: #A2A2A2. Windows color (decimal): -359838 or 6456058. OLE color: 6456058.

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

Color convert

RGB25013098-
CMYK00.480.610.02
HSL12.63º93.83%68.24%-
HSV(B)12.63º60.8%98.04%-
XYZ49.6137.1716.12-
YUV162.2391.76190.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.30%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=52.30%
G=27.20%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501309800.480.610.0212.6393.8368.24
HexFA82620303D2d5e44
Octal37220214206075215136104
Binary11111010100000101100010011000011110110110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8262; }

 p { color: rgb(250,130,98); }

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

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

 a { background-color: rgb(250,130,98); }

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

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

 span { border-color: rgb(250,130,98); }

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