#F38C6F

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

Shades of Salmon #F38C6F

Tints of Salmon #F38C6F

Color information

#F38C6F (or 0xF38C6F) is unknown color: approx Salmon. HEX triplet: F3, 8C and 6F. RGB value is (243,140,111). Sum of RGB (Red+Green+Blue) = 243+140+111=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C6F is #0C7390. Grayscale: #A7A7A7. Windows color (decimal): -816017 or 7310579. OLE color: 7310579.

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

Color convert

RGB243140111-
CMYK00.420.540.05
HSL13.18º84.62%69.41%-
HSV(B)13.18º54.32%95.29%-
XYZ49.2138.9619.97-
YUV167.4996.12181.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.19%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=49.19%
G=28.34%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314011100.420.540.0513.1884.6269.41
HexF38C6F02A365d5545
Octal36321415705266515125105
Binary111100111000110011011110101010110110101110110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38C6F; }

 p { color: rgb(243,140,111); }

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

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

 a { background-color: rgb(243,140,111); }

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

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

 span { border-color: rgb(243,140,111); }

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