#F38A70

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

Shades of Salmon #F38A70

Tints of Salmon #F38A70

Color information

#F38A70 (or 0xF38A70) is unknown color: approx Salmon. HEX triplet: F3, 8A and 70. RGB value is (243,138,112). Sum of RGB (Red+Green+Blue) = 243+138+112=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A70 is #0C758F. Grayscale: #A6A6A6. Windows color (decimal): -816528 or 7375603. OLE color: 7375603.

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

Color convert

RGB243138112-
CMYK00.430.540.05
HSL11.91º84.52%69.61%-
HSV(B)11.91º53.91%95.29%-
XYZ48.9838.420.16-
YUV166.4397.29182.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.29%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=49.29%
G=27.99%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313811200.430.540.0511.9184.5269.61
HexF38A7002B365c5546
Octal36321216005366514125106
Binary111100111000101011100000101011110110101110010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38A70; }

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

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

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

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

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

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

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

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