Html Css Color HEX #F38C73 Salmon

📋 copy color: '#F38C73'

red 243 ◦ green 140 ◦ blue 115

#F38C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F38C73

Tints of Salmon #F38C73

RGB

 RED value IS 243 (95.31% from 255) = 48.8%

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 48.8%
G = 28.11%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F38C73 (or 0xF38C73) is known color: Salmon. HEX triplet: F3, 8C and 73. RGB value is (243,140,115). Sum of RGB (Red+Green+Blue) = 243+140+115=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C73 is #0C738C. Grayscale: #A8A8A8. Windows color (decimal): -816013 or 7572723. OLE color: 7572723.

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

Color convert

RGB 243 140 115 -
CMYK 0 0.42 0.53 0.05
HSL 11.72º 0.84% 0.7% -
HSV(B) 11.72º 0.53% 0.95% -
XYZ 49.43 39.05 21.15 -
YUV 167.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 243 140 115 0 0.42 0.53 0.05 11.72 0.84 0.7
Hex F3 8C 73 0 2A 35 5 C 54 46
Octal 363 214 163 0 52 65 5 14 124 106
Binary 11110011 10001100 1110011 0 101010 110101 101 1100 1010100 1000110

Color Harmonies of #F38C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C73

Black with #F38C73

Text Example


Text Example

White with #F38C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C73; }

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

 H1.HeaderClassName
 {
   color: #F38C73;
 }
 .AnyTagClassName
 {
   color: #F38C73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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