#FC8262

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

Shades of Salmon #FC8262

Tints of Salmon #FC8262

Color information

#FC8262 (or 0xFC8262) is unknown color: approx Salmon. HEX triplet: FC, 82 and 62. RGB value is (252,130,98). Sum of RGB (Red+Green+Blue) = 252+130+98=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8262 is #037D9D. Grayscale: #A3A3A3. Windows color (decimal): -228766 or 6456060. OLE color: 6456060.

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

Color convert

RGB25213098-
CMYK00.480.610.01
HSL12.47º96.25%68.63%-
HSV(B)12.47º61.11%98.82%-
XYZ50.3337.5416.15-
YUV162.8391.42191.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.5%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 98 (38.67% from 255) = 20.42%
R=52.5%
G=27.08%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521309800.480.610.0112.4796.2568.63
HexFC82620303D1c6045
Octal37420214206075114140105
Binary1111110010000010110001001100001111011110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8262; }

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

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

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

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

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

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

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

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