#F38B77

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

Shades of Salmon #F38B77

Tints of Salmon #F38B77

Color information

#F38B77 (or 0xF38B77) is unknown color: approx Salmon. HEX triplet: F3, 8B and 77. RGB value is (243,139,119). Sum of RGB (Red+Green+Blue) = 243+139+119=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38B77 is #0C7488. Grayscale: #A7A7A7. Windows color (decimal): -816265 or 7834611. OLE color: 7834611.

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

Color convert

RGB243139119-
CMYK00.430.510.05
HSL9.68º83.78%70.98%-
HSV(B)9.68º51.03%95.29%-
XYZ49.5238.8522.34-
YUV167.82100.46181.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=48.50%
G=27.74%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313911900.430.510.059.6883.7870.98
HexF38B7702B335a5447
Octal36321316705363512124107
Binary111100111000101111101110101011110011101101010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38B77; }

 p { color: rgb(243,139,119); }

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

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

 a { background-color: rgb(243,139,119); }

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

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

 span { border-color: rgb(243,139,119); }

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