#F38A6E

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

Shades of Salmon #F38A6E

Tints of Salmon #F38A6E

Color information

#F38A6E (or 0xF38A6E) is unknown color: approx Salmon. HEX triplet: F3, 8A and 6E. RGB value is (243,138,110). Sum of RGB (Red+Green+Blue) = 243+138+110=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A6E is #0C7591. Grayscale: #A6A6A6. Windows color (decimal): -816530 or 7244531. OLE color: 7244531.

HSL color Cylindrical-coordinate representation of color #F38A6E: hue angle of 12.63º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F38A6E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB243138110-
CMYK00.430.550.05
HSL12.63º84.71%69.22%-
HSV(B)12.63º54.73%95.29%-
XYZ48.8738.3619.58-
YUV166.296.29182.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=49.49%
G=28.11%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313811000.430.550.0512.6384.7169.22
HexF38A6E02B375d5545
Octal36321215605367515125105
Binary111100111000101011011100101011110111101110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38A6E; }

 p { color: rgb(243,138,110); }

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

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

 a { background-color: rgb(243,138,110); }

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

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

 span { border-color: rgb(243,138,110); }

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