#FD836A

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

Shades of Salmon #FD836A

Tints of Salmon #FD836A

Color information

#FD836A (or 0xFD836A) is unknown color: approx Salmon. HEX triplet: FD, 83 and 6A. RGB value is (253,131,106). Sum of RGB (Red+Green+Blue) = 253+131+106=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD836A is #027C95. Grayscale: #A4A4A4. Windows color (decimal): -162966 or 6980605. OLE color: 6980605.

HSL color Cylindrical-coordinate representation of color #FD836A: hue angle of 10.2º degrees, saturation: 0.97, 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 #FD836A is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253131106-
CMYK00.480.580.01
HSL10.2º97.35%70.39%-
HSV(B)10.2º58.1%99.22%-
XYZ51.2338.1618.3-
YUV164.6394.92191.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.63%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=51.63%
G=26.73%
B=21.63%

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
Decimal25313110600.480.580.0110.297.3570.39
HexFD836A0303A1a6146
Octal37520315206072112141106
Binary1111110110000011110101001100001110101101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD836A; }

 p { color: rgb(253,131,106); }

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

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

 a { background-color: rgb(253,131,106); }

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

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

 span { border-color: rgb(253,131,106); }

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