#FC836B

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

Shades of Salmon #FC836B

Tints of Salmon #FC836B

Color information

#FC836B (or 0xFC836B) is unknown color: approx Salmon. HEX triplet: FC, 83 and 6B. RGB value is (252,131,107). Sum of RGB (Red+Green+Blue) = 252+131+107=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC836B is #037C94. Grayscale: #A4A4A4. Windows color (decimal): -228501 or 7046140. OLE color: 7046140.

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

Color convert

RGB252131107-
CMYK00.480.580.01
HSL9.93º96.03%70.39%-
HSV(B)9.93º57.54%98.82%-
XYZ50.9237.9918.56-
YUV164.4495.59190.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 107 (42.19% from 255) = 21.84%
R=51.43%
G=26.73%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213110700.480.580.019.9396.0370.39
HexFC836B0303A1a6046
Octal37420315306072112140106
Binary1111110010000011110101101100001110101101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC836B; }

 p { color: rgb(252,131,107); }

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

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

 a { background-color: rgb(252,131,107); }

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

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

 span { border-color: rgb(252,131,107); }

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