#F4836E

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

Shades of Salmon #F4836E

Tints of Salmon #F4836E

Color information

#F4836E (or 0xF4836E) is unknown color: approx Salmon. HEX triplet: F4, 83 and 6E. RGB value is (244,131,110). Sum of RGB (Red+Green+Blue) = 244+131+110=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4836E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4836E is #0B7C91. Grayscale: #A2A2A2. Windows color (decimal): -752786 or 7242740. OLE color: 7242740.

HSL color Cylindrical-coordinate representation of color #F4836E: hue angle of 9.4º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4836E is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244131110-
CMYK00.460.550.04
HSL9.4º85.9%69.41%-
HSV(B)9.4º54.92%95.69%-
XYZ48.2436.5919.27-
YUV162.3998.44186.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.31%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=50.31%
G=27.01%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413111000.460.550.049.485.969.41
HexF4836E02E37495645
Octal36420315605667411126105
Binary111101001000001111011100101110110111100100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4836E; }

 p { color: rgb(244,131,110); }

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

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

 a { background-color: rgb(244,131,110); }

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

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

 span { border-color: rgb(244,131,110); }

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